Add items to todo list

This commit is contained in:
n loewen 2023-08-03 08:37:53 +01:00
parent fdd63177f7
commit 90705de84c
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
- [ ] Think about automated testing
- [ ] In assembler.js: validateLabel()
- [ ] In assemble.js: print better output to stdout
- [ ] Add single-stepping
- [ ] Make $0F a NOP
- [ ] Add variables to assembler
## Run the assembler/simulator