Update TODO list

This commit is contained in:
n loewen 2023-08-02 10:10:14 +01:00
parent 29b6097585
commit 75f8bdd118
1 changed files with 0 additions and 7 deletions

View File

@ -2,20 +2,13 @@
## TODO ## TODO
- [x] Add hex printing to memory-printing script
- [ ] Document current state of affairs (how to run it etc) - [ ] Document current state of affairs (how to run it etc)
Computer: Computer:
- [ ] Implement carry flag on SUB - [ ] Implement carry flag on SUB
Assembler:
- [x] Allow comment-only lines
- [x] Add labels
Misc: Misc:
- [ ] Write some more complex test programs - [ ] Write some more complex test programs
- [x] Consider adding a way to visualize screen memory
- [ ] Do a proper binary version... - [ ] Do a proper binary version...
## Instruction set ## Instruction set