Organize todo list
This commit is contained in:
parent
90705de84c
commit
18f0a12ef5
16
readme.md
16
readme.md
|
|
@ -2,18 +2,26 @@
|
|||
|
||||
## To do
|
||||
|
||||
### Testing/using
|
||||
|
||||
- [ ] Write some more complex test programs
|
||||
- [ ] Display (hex) numbers
|
||||
- [ ] Do a proper binary version... (or lose the typed arrays?)
|
||||
- [ ] Extract debugging to its own module
|
||||
- [ ] Add a function for logging just a specific range of memory
|
||||
- [ ] Think about automated testing
|
||||
|
||||
### Features
|
||||
|
||||
- [ ] Make $0F a NOP
|
||||
- [ ] In assembler.js: validateLabel()
|
||||
- [ ] In assemble.js: print better output to stdout
|
||||
- [ ] Add a function for logging just a specific range of memory
|
||||
- [ ] Add single-stepping
|
||||
- [ ] Make $0F a NOP
|
||||
- [ ] Add variables to assembler
|
||||
|
||||
### Under-the-hood improvements
|
||||
|
||||
- [ ] Do a proper binary version... (or lose the typed arrays?)
|
||||
- [ ] Extract debugging to its own module
|
||||
|
||||
## Run the assembler/simulator
|
||||
|
||||
Assemble source code:
|
||||
|
|
|
|||
Loading…
Reference in New Issue