From 18ccc4d2df6da361cfecbc4b9fad86b7367401e3 Mon Sep 17 00:00:00 2001 From: n loewen Date: Wed, 2 Aug 2023 15:12:13 +0100 Subject: [PATCH] Update "how to run it" info --- readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 39a67bb..89a643d 100644 --- a/readme.md +++ b/readme.md @@ -12,13 +12,16 @@ ## Run the assembler/simulator Assemble source code: -```npm run assemble source_code.asm``` +```npm run asm source_code.asm``` + +Assemble source code, with debug output: +```npm run asmdebug source_code.asm``` Assemble and run, with animated display of screen memory: -```npm run display source_code.asm``` +```npm run rundisplay source_code.asm``` Assemble and run, with debug output: -```npm run debug source_code.asm``` +```npm run rundebug source_code.asm``` ## Instruction set