Add todo re: run-script interface
This commit is contained in:
parent
cb492fa9af
commit
bc5cf5338b
|
|
@ -22,6 +22,13 @@
|
|||
- [ ] Display (hex) numbers
|
||||
- [ ] Greater than
|
||||
|
||||
## Run-scripts
|
||||
|
||||
- [ ] Change interface to run in non-debug mode by default, and use a flag to select debug mode:
|
||||
- `./run-cpu.js foo.asm`
|
||||
- `./run-cpu.js --debug foo.asm`
|
||||
- `./run-cpu.js -d foo.asm`
|
||||
|
||||
## Simulator
|
||||
|
||||
- [ ] rewrite to call things 'opcodes' and 'operands'
|
||||
|
|
|
|||
Loading…
Reference in New Issue