Docs: Add dev notes for 2023-08-16
This commit is contained in:
parent
5078efa1fe
commit
d02c8241af
|
|
@ -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
|
||||
Loading…
Reference in New Issue