aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-07-27 11:44:17 +0100
committerJuan J. Martinez <jjm@usebox.net>2019-07-27 11:44:17 +0100
commit64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0 (patch)
tree587045f787a1b0bb3dd6625625ca112490785d66
parent727c2c8e258ac865fd4b448a3c90d50527e872f2 (diff)
downloadz80count-64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0.tar.gz
z80count-64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0.zip
ASM source code
-rw-r--r--README.md4
1 files 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]