| AC | 0x{{mc.interpreter.Accumulator || 0 | toHex | padHex}} |
|---|---|
| IR | 0x{{mc.interpreter.InstructionRegister || 0 | toHex | padHex}} |
| MAR | 0x{{mc.interpreter.MemoryAddressRegister || 0 | toHex | padHex}} |
| MBR | 0x{{mc.interpreter.MemoryBufferRegister || 0 | toHex | padHex}} |
| PC | 0x{{mc.interpreter.ProgramCounter || 0 | toHex | padHex}} |