Docs: Update to-do list
This commit is contained in:
parent
3af5d66626
commit
075c4c99ad
|
|
@ -1,6 +1,8 @@
|
||||||
# To do
|
# To do
|
||||||
|
|
||||||
- [ ] Figure out why $00 contains $20
|
## Issues to fix
|
||||||
|
|
||||||
|
- [ ] Allow tabs in assembler
|
||||||
|
|
||||||
## Research
|
## Research
|
||||||
|
|
||||||
|
|
@ -43,8 +45,6 @@
|
||||||
|
|
||||||
## Simulator
|
## Simulator
|
||||||
|
|
||||||
- [ ] rewrite to call things 'opcodes' and 'operands'
|
|
||||||
|
|
||||||
### Assembler
|
### Assembler
|
||||||
|
|
||||||
- [ ] Pad up to 256 bytes
|
- [ ] Pad up to 256 bytes
|
||||||
|
|
@ -55,7 +55,8 @@
|
||||||
|
|
||||||
- [ ] Add single-stepping
|
- [ ] Add single-stepping
|
||||||
|
|
||||||
### Under-the-hood improvements
|
### Possible under-the-hood improvements
|
||||||
|
|
||||||
- [ ] Do a proper binary version... (or lose the typed arrays?)
|
- [ ] 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
|
||||||
Loading…
Reference in New Issue