(docs) readme - Change memory map to include initial IP + not-yet-implemented ROM with pointer-to-initial-IP

This commit is contained in:
n loewen 2023-08-24 08:18:45 +01:00
parent 6fc6e727d0
commit 2ad6d46b5d
1 changed files with 3 additions and 1 deletions

View File

@ -115,7 +115,9 @@ Put differently: it starts executing instructions at the address contained in `$
- `1A ` - pointer to display memory
- `1B ` - keypad: value of latest key pressed
- `1C ` - reserved for future use (bank switching flag)
- `1D-FF` - free
- `1D ` - initial IP
- `1D-FE` - free
- `FF ` - ROM (unwriteable) pointer to initial IP (not yet implemented)
## Peripherals