Docs: Update to-do list

This commit is contained in:
n loewen 2023-08-15 15:24:43 +01:00
parent 3af5d66626
commit 075c4c99ad
1 changed files with 6 additions and 5 deletions

View File

@ -1,6 +1,8 @@
# To do
- [ ] Figure out why $00 contains $20
## Issues to fix
- [ ] Allow tabs in assembler
## Research
@ -43,8 +45,6 @@
## Simulator
- [ ] rewrite to call things 'opcodes' and 'operands'
### Assembler
- [ ] Pad up to 256 bytes
@ -55,7 +55,8 @@
- [ ] Add single-stepping
### Under-the-hood improvements
### Possible under-the-hood improvements
- [ ] Do a proper binary version... (or lose the typed arrays?)
- [ ] Extract debugging to its own module
- [ ] Extract debugging to its own module
- [ ] DRY out addition and subtraction