Module decode

Module decode 

Source

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