Update memory map
This commit is contained in:
parent
e56de3513a
commit
6154b0505b
11
readme.md
11
readme.md
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue