Add todo re: run-script interface

This commit is contained in:
n loewen 2023-08-07 11:05:36 +01:00
parent cb492fa9af
commit bc5cf5338b
1 changed files with 7 additions and 0 deletions

View File

@ -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'