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
|
||||
|
||||
- `00-0F` - 4x4 display
|
||||
- `10-1F` - keypad? (details TBD)
|
||||
- `20 ` - initial value for IP
|
||||
- `20-FF` - free
|
||||
- `00 ` - pointer to screen memory
|
||||
- `01 ` - pointer to keypad memory
|
||||
- `02-0F` - reserved for future use
|
||||
- `10-1F` - display (4x4)
|
||||
- `20-2F` - keypad? (details TBD)
|
||||
- `30 ` - initial value for IP
|
||||
- `30-FF` - free
|
||||
|
||||
### Maybe someday
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue