Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1019 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 1019 Bytes

Metro

Bytecode Quick Reference

The following table has the list of opcodes that we are currently interested in. The complete reference can be found here.

Mnemonic Opcode (Hex) Stack
[before] → [after]
getfield b4 objectref → value
putfield b5 objectref, value →
invokevirtual b6 objectref, [arg1, arg2, ...] → result
invokespecial b7 objectref, [arg1, arg2, ...] → result
invokestatic b8 [arg1, arg2, ...] → result
invokeinterface b9 [arg1, arg2, ...] → result
invokedynamic ba [arg1, arg2, ...] → result
© Copyright 2020 Red Green, Inc.