From bc5cf5338bb7c4e5a728af38faf1d472211e70c7 Mon Sep 17 00:00:00 2001 From: n loewen Date: Mon, 7 Aug 2023 11:05:36 +0100 Subject: [PATCH] Add todo re: run-script interface --- notes/todo.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/notes/todo.md b/notes/todo.md index d26e129..7db5d28 100644 --- a/notes/todo.md +++ b/notes/todo.md @@ -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'