From 64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 27 Jul 2019 11:44:17 +0100 Subject: ASM source code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bf682a4..a3c369c 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ With `-s` the tool adds a subtotal to the comments and `-u` tries to update existing comments generated by the tool. Example: -``` +```asm push hl pop bc ld hl, $5800 @@ -87,7 +87,7 @@ Example: ``` Processed with `z80count.py -s` results in: -``` +```asm push hl ; [11 .. 11] pop bc ; [10 .. 21] ld hl, $5800 ; [10 .. 31] -- cgit v1.2.3