Add todo item

This commit is contained in:
n loewen 2023-08-02 15:11:19 +01:00
parent 3e67b86849
commit 2886161e7b
1 changed files with 1 additions and 4 deletions

View File

@ -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