Correct off-by-one error in memory map

This commit is contained in:
n loewen 2023-08-01 15:30:57 +01:00
parent 55d4885889
commit 5f79c981b2
1 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,8 @@
## TODO
- [x] Add hex printing to memory-printing script
- [ ] Document current state of affairs (how to run it etc)
Computer:
@ -13,7 +15,7 @@ Assembler:
Misc:
- [ ] Write some more complex test programs
- [ ] Consider adding a way to visualize screen memory
- [x] Consider adding a way to visualize screen memory
- [ ] Do a proper binary version...
## Instruction set
@ -56,7 +58,7 @@ Misc:
- `00-0F` - 4x4 display
- `10-1F` - keypad? (details TBD)
- `20 ` - initial value for IP ?
- `21-FF` - free
- `20-FF` - free
### Maybe someday