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