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,12 +77,12 @@ And https://stackoverflow.com/a/8966863:
→ have done a basic implementation, which is a regression of the feature set → have done a basic implementation, which is a regression of the feature set
- [ ] parse args in a safer way - [ ] parse args in a safer way
- [ ] implement missing features - [ ] implement missing features
- [ ] single-stepping
- [ ] various levels of debugging, pretty-printing
*** ***
- [x] **fix overflow flag** - [x] **fix overflow flag**
- [ ] **add 'dry run' mode to assembler - print debug info but don't write to file** - [ ] **add 'dry run' mode to assembler - print debug info but don't write to file**
- [ ] implement 'jmp ($FF)' on startup - [ ] implement 'jmp ($FF)' on startup
- [ ] implement ROM - [ ] implement ROM
- [ ] re-implement single-stepping