From 90ad90cefc813fd2f2ea69cba757e82c999942cf Mon Sep 17 00:00:00 2001 From: zxq5 Date: Thu, 19 Jun 2025 17:44:00 +0100 Subject: [PATCH] Update Registers --- Registers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. |