Add some new TODOs

This commit is contained in:
n loewen 2023-08-02 10:22:42 +01:00
parent eebec540bd
commit 342b1b07d4
1 changed files with 5 additions and 1 deletions

View File

@ -6,10 +6,14 @@
Computer: Computer:
- [ ] Implement carry flag on SUB - [ ] Implement carry flag on SUB
- [ ] Move screen memory down,
and add a pointer to screen mem at $00
to make the screen relocatable
Misc: Misc:
- [ ] Write some more complex test programs - [ ] Write some more complex test programs
- [ ] Do a proper binary version... - [ ] Display (hex) numbers
- [ ] Do a proper binary version... (or lose the typed arrays?)
## Instruction set ## Instruction set