Update TODO list
This commit is contained in:
parent
29b6097585
commit
75f8bdd118
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue