diff --git a/readme.md b/readme.md index c945234..72fbe68 100644 --- a/readme.md +++ b/readme.md @@ -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