Docs: Add todo re: initial IP location
This commit is contained in:
parent
742303e06c
commit
ae8c121a90
|
|
@ -17,6 +17,7 @@
|
|||
## Design
|
||||
|
||||
- [ ] Add a flag for bank-switching to the ~zero-page
|
||||
- [ ] Move the initial IP value, to eliminate the gap between it and the keypad pointer
|
||||
- [ ] Consider adding a VIP-style keypad-based machine code monitor
|
||||
|
||||
### For consideration
|
||||
|
|
@ -44,6 +45,8 @@
|
|||
|
||||
### CPU
|
||||
|
||||
- [ ] Add a mode that prints the display as text, but still animates
|
||||
|
||||
- [ ] Make single-stepping work with simulated keypad
|
||||
|
||||
- [ ] Allow running pre-compiled machine code
|
||||
|
|
|
|||
Loading…
Reference in New Issue