2023-08-29 - Update todos

This commit is contained in:
n loewen 2023-08-29 10:04:46 -04:00
parent b27e1e7496
commit 1c60fa5ab8
1 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,10 @@ Short-term goals:
- [x] Move notes, issues to their own branches
- [x] Make worktrees for those branches
- [ ] split into card, io, graph, all bound together in cardiograph.js
- [/] split into card, io, graph, all bound together in cardiograph.js
- split a bit... display and keypad are both in `io.js`
- [ ] make CPU errors throw errors
- [ ] new CLI interface
- [ ] arg parser
@ -14,4 +17,6 @@ Short-term goals:
- [ ] fix overflow flag
- [ ] implement 'jmp ($FF)' on startup
- [ ] implement ROM
- [ ] implement ROM
- [ ] re-implement single-stepping