Update memory map

This commit is contained in:
n loewen 2023-08-02 11:27:49 +01:00
parent e56de3513a
commit 6154b0505b
1 changed files with 7 additions and 4 deletions

View File

@ -53,10 +53,13 @@ Misc:
## Memory map / Peripherals ## Memory map / Peripherals
- `00-0F` - 4x4 display - `00 ` - pointer to screen memory
- `10-1F` - keypad? (details TBD) - `01 ` - pointer to keypad memory
- `20 ` - initial value for IP - `02-0F` - reserved for future use
- `20-FF` - free - `10-1F` - display (4x4)
- `20-2F` - keypad? (details TBD)
- `30 ` - initial value for IP
- `30-FF` - free
### Maybe someday ### Maybe someday