From bf62ada870da713d4471590751067f5b3b4efe11 Mon Sep 17 00:00:00 2001 From: n loewen Date: Thu, 10 Aug 2023 10:08:27 +0100 Subject: [PATCH] Bugfix: force newlines before commands in readme --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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