Bugfix: force newlines before commands in readme
This commit is contained in:
parent
d92a501085
commit
bf62ada870
|
|
@ -8,13 +8,13 @@ Node.js
|
|||
|
||||
### Assemble
|
||||
|
||||
Hex output:
|
||||
Hex output:
|
||||
```./run-assembler run source_code.asm```
|
||||
|
||||
Binary output:
|
||||
Binary output:
|
||||
```./run-assembler runbin source_code.asm```
|
||||
|
||||
Verbose debugging output (hex):
|
||||
Verbose debugging output (hex):
|
||||
```./run-assembler debug source_code.asm```
|
||||
|
||||
### Assemble and run
|
||||
|
|
@ -22,7 +22,7 @@ Verbose debugging output (hex):
|
|||
With animated display of screen memory:
|
||||
```./run-cpu run source_code.asm```
|
||||
|
||||
With verbose debugging output:
|
||||
With verbose debugging output:
|
||||
```./run-cpu debug source_code.asm```
|
||||
|
||||
## Instruction set
|
||||
|
|
|
|||
Loading…
Reference in New Issue