Update todo list
This commit is contained in:
parent
5717b93eda
commit
c7cfd13931
|
|
@ -2,7 +2,14 @@
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
Computer:
|
||||||
- [ ] Implement carry flag on SUB
|
- [ ] Implement carry flag on SUB
|
||||||
|
|
||||||
|
Assembler:
|
||||||
|
- [ ] Allow comment-only lines
|
||||||
|
- [ ] Add labels
|
||||||
|
|
||||||
|
Misc:
|
||||||
- [ ] Write some more complex test programs
|
- [ ] Write some more complex test programs
|
||||||
- [ ] Consider adding a way to visualize screen memory
|
- [ ] Consider adding a way to visualize screen memory
|
||||||
- [ ] Do a proper binary version...
|
- [ ] Do a proper binary version...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue