Instruction Format
A 12-bit word is structured as follows:
[ OPCODE (3 bits) | I (1 bit) | Z/C (1 bit) | ADDRESS (7 bits) ]
- OPCODE: Defines the instruction type.
- I: Indirect addressing flag.
- Z/C: Zero page or current page selection.
- ADDRESS: Memory address field.