| 0x40 | int | RO | Interrupt major and minor | written by interrupt or sysc instruction | 
| 0x80 | irp | RW | Interrupt return ptr | written by interrupt or sysc instruction, used by rfi | 
| 0x81 | vec | RW | interrupt vector |  | 
| 0x82 | veck | RW | interrupt vector (kernel) |  | 
| 0x83 | pen | RW | Interrupt pending | one if pending (mask), zero to clear | 
| 0x84 | scr | RW | Interrupt scratch register | to store temporary values during context save | 
| 0x85 | ft | RW | Features | enabled CPU features: kp, BTB, async, interrupts | 
| 0x86 | pmlen | RO | Physical memory length | amount of implemented physical memory | 
| 0x87 | pmat | RW | Physical memory address translation | zero is vm disabled, maps 0x0000..0xC000, virtual address | 
| 0x88 | pmatk | RW | Physical memory address translation (kernel) | zero is vm disabled, maps 0xF000...0xFFFF |