Add todo items

This commit is contained in:
n loewen 2023-08-02 15:32:45 +01:00
parent 935b452e11
commit 0114df00c9
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
- [ ] Extract debugging to its own module - [ ] Extract debugging to its own module
- [ ] Add a function for logging just a specific range of memory - [ ] Add a function for logging just a specific range of memory
- [ ] Think about automated testing - [ ] Think about automated testing
- [ ] In assembler.js: validateLabel()
- [ ] In assemble.js: print better output to stdout
## Run the assembler/simulator ## Run the assembler/simulator