Update "how to run it" info
This commit is contained in:
parent
2886161e7b
commit
18ccc4d2df
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue