Structs§
- IcPcMap
- Map from instruction counter to program counter.
- Instruction
- Represents a single instruction consisting of the opcode and its immediate data.
- PcIcMap
- Maps from program counter to instruction counter.
Functions§
- decode_
instructions - Decodes raw opcode bytes into
Instruction
s. - make_
map 🔒