| IR (Instruction Register) || 8-bit || Holds the opcode of the currently executing instruction || Internally used, not accessible by the programmer
|-
| EIP (Extended Instruction Prefix) || 2-bit || Stores the prefix for extended instructions (CB, ED, or none) || Used for extended instruction sets like bitwise ops |-
| IMP (Indexing Mode Prefix) || 2-bit || Stores the prefix for index register selection (DD for IX, FD for IY, or none) || Indicates use of index registers (IX or IY) for memory access
|}