Add todo item
This commit is contained in:
parent
3e67b86849
commit
2886161e7b
|
|
@ -2,14 +2,11 @@
|
||||||
|
|
||||||
## To do
|
## To do
|
||||||
|
|
||||||
Computer:
|
|
||||||
- [ ] Implement carry flag on SUB
|
|
||||||
|
|
||||||
Misc:
|
|
||||||
- [ ] Write some more complex test programs
|
- [ ] Write some more complex test programs
|
||||||
- [ ] Display (hex) numbers
|
- [ ] Display (hex) numbers
|
||||||
- [ ] Do a proper binary version... (or lose the typed arrays?)
|
- [ ] Do a proper binary version... (or lose the typed arrays?)
|
||||||
- [ ] Extract debugging to its own module
|
- [ ] Extract debugging to its own module
|
||||||
|
- [ ] Add a function for logging just a specific range of memory
|
||||||
- [ ] Think about automated testing
|
- [ ] Think about automated testing
|
||||||
|
|
||||||
## Run the assembler/simulator
|
## Run the assembler/simulator
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue