Update "how to run it" info

This commit is contained in:
n loewen 2023-08-02 15:12:13 +01:00
parent 2886161e7b
commit 18ccc4d2df
1 changed files with 6 additions and 3 deletions

View File

@ -12,13 +12,16 @@
## Run the assembler/simulator ## Run the assembler/simulator
Assemble source code: 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: 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: Assemble and run, with debug output:
```npm run debug source_code.asm``` ```npm run rundebug source_code.asm```
## Instruction set ## Instruction set