Bugfix: force newlines before commands in readme

This commit is contained in:
n loewen 2023-08-10 10:08:27 +01:00
parent d92a501085
commit bf62ada870
1 changed files with 4 additions and 4 deletions

View File

@ -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