Docs: Add dev notes for 2023-08-16

This commit is contained in:
n loewen 2023-08-16 09:39:48 +01:00
parent 5078efa1fe
commit d02c8241af
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Dev notes — 2023-08-16
## Goals for today
- [x] Finish implementing *ADDR
- [x] Rename =constants to #constants
- [ ] ? Bank switching
- [ ] Notes re: ROM and/or tape loader
- [ ] CPU updates
- [ ] Rename to CPU
- [ ] Implement single-stepping
- [ ] Implement keypad input
- [ ] Look at KIM-1 and VIP buttons for memory editing
- Programming ideas:
- Draw dot at (x, y)
- Move dot around display using keypad
- simple LOGO