Module ic

Source

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 Instructions.
make_map 🔒