(docs) readme - Change memory map to include initial IP + not-yet-implemented ROM with pointer-to-initial-IP
This commit is contained in:
parent
6fc6e727d0
commit
2ad6d46b5d
|
|
@ -115,7 +115,9 @@ Put differently: it starts executing instructions at the address contained in `$
|
||||||
- `1A ` - pointer to display memory
|
- `1A ` - pointer to display memory
|
||||||
- `1B ` - keypad: value of latest key pressed
|
- `1B ` - keypad: value of latest key pressed
|
||||||
- `1C ` - reserved for future use (bank switching flag)
|
- `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
|
## Peripherals
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue