23 lines
535 B
Markdown
23 lines
535 B
Markdown
# 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
|
||
- [x] 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
|
||
|
||
## Misc. earlier notes
|
||
|
||
- [ ] make sth that can run on phone!
|
||
- [ ] ? rename repository |