diff --git a/Registers.md b/Registers.md index c66eaf4..f888c0a 100644 --- a/Registers.md +++ b/Registers.md @@ -7,7 +7,7 @@ Below is a list of the registers: | System | CIR | Current instruction register. | | System | PCX | Program counter. Stores the address of the next instruction | | System | MDR | Memory data register for moving data between RAM and registers -| 0x00-0x0F | RG0-RGF | General purpose registers for variables etc. | +| 0x00-0x0F | RG0-RGF | 16 General purpose registers for variables etc. | | 0x10 | ACC | Accumulator for storing outputs of calculations. | | 0x11 | SPR | Stack pointer. | | 0x12 | BPR | Stack base pointer. |