Structs§
- Insn
- A decoded instruction.
words[0]is the opcode; the remaining entries are operands.
Functions§
- decode_
object - Decode an entire object’s code area into a linear instruction list.
- decode_
one
words[0] is the opcode; the remaining entries are operands.