Docs: Update todo list
This commit is contained in:
parent
700702c4ba
commit
12f8e39c54
|
|
@ -16,9 +16,8 @@
|
||||||
|
|
||||||
## Design
|
## Design
|
||||||
|
|
||||||
- [ ] Add keypad to memory map (see [dev note](2023-08-10--dev-notes.md))
|
|
||||||
- [ ] [Replace CHP/CFC with FHP/FTG](2023-08-07--dev-notes.md)
|
|
||||||
- [ ] Add a flag for bank-switching to the ~zero-page
|
- [ ] Add a flag for bank-switching to the ~zero-page
|
||||||
|
- [ ] Consider adding a VIP-style keypad-based machine code monitor
|
||||||
|
|
||||||
### For consideration
|
### For consideration
|
||||||
|
|
||||||
|
|
@ -43,14 +42,13 @@
|
||||||
|
|
||||||
### Assembler
|
### Assembler
|
||||||
|
|
||||||
- [ ] Support use of `*ADDR` with =constants
|
|
||||||
- [ ] Pad up to 256 bytes
|
|
||||||
- [ ] Validate labels
|
- [ ] Validate labels
|
||||||
- [ ] Return pure machine code when printing to stdout (and not in debug mode)
|
- [ ] Return pure machine code when printing to stdout (and not in debug mode)
|
||||||
|
|
||||||
### CPU
|
### CPU
|
||||||
|
|
||||||
- [ ] Add single-stepping
|
- [/] Add single-stepping
|
||||||
|
- [ ] Make it work with simulated keypad
|
||||||
|
|
||||||
### Possible under-the-hood improvements
|
### Possible under-the-hood improvements
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue