Organize todo list

This commit is contained in:
n loewen 2023-08-03 14:54:06 +01:00
parent 90705de84c
commit 18f0a12ef5
1 changed files with 12 additions and 4 deletions

View File

@ -2,18 +2,26 @@
## To do
### Testing/using
- [ ] Write some more complex test programs
- [ ] Display (hex) numbers
- [ ] Do a proper binary version... (or lose the typed arrays?)
- [ ] Extract debugging to its own module
- [ ] Add a function for logging just a specific range of memory
- [ ] Think about automated testing
### Features
- [ ] Make $0F a NOP
- [ ] In assembler.js: validateLabel()
- [ ] In assemble.js: print better output to stdout
- [ ] Add a function for logging just a specific range of memory
- [ ] Add single-stepping
- [ ] Make $0F a NOP
- [ ] Add variables to assembler
### Under-the-hood improvements
- [ ] Do a proper binary version... (or lose the typed arrays?)
- [ ] Extract debugging to its own module
## Run the assembler/simulator
Assemble source code: