2023-08-29 - Update todos

This commit is contained in:
n loewen 2023-08-29 22:28:23 -04:00
parent 05f57ed93c
commit 19eb9a3925
1 changed files with 3 additions and 3 deletions

View File

@ -77,6 +77,8 @@ And https://stackoverflow.com/a/8966863:
→ have done a basic implementation, which is a regression of the feature set
- [ ] parse args in a safer way
- [ ] implement missing features
- [ ] single-stepping
- [ ] various levels of debugging, pretty-printing
***
@ -84,5 +86,3 @@ And https://stackoverflow.com/a/8966863:
- [ ] **add 'dry run' mode to assembler - print debug info but don't write to file**
- [ ] implement 'jmp ($FF)' on startup
- [ ] implement ROM
- [ ] re-implement single-stepping