cardiograph-computer/2023-08-29--dev-notes.md

22 lines
524 B
Markdown

# Dev notes — 2023-08-29
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 a bit... display and keypad are both in `io.js`
- [ ] make CPU errors throw errors
- [ ] new CLI interface
- [ ] arg parser
- [ ] assembler output on stdout
- [ ] trash run-assembler
- [ ] fix overflow flag
- [ ] implement 'jmp ($FF)' on startup
- [ ] implement ROM
- [ ] re-implement single-stepping