Tidy up memory map

This commit is contained in:
n loewen 2023-08-02 10:19:57 +01:00
parent 71a7444162
commit eebec540bd
1 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@ Misc:
- `IP` - instruction pointer (aka program counter)
- `CF` - carry flag
## Memory-map / Peripherals
## Memory map / Peripherals
- `00-0F` - 4x4 display
- `10-1F` - keypad? (details TBD)
- `20 ` - initial value for IP ?
- `20 ` - initial value for IP
- `20-FF` - free
### Maybe someday