diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:44:17 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:44:17 +0100 |
commit | 64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0 (patch) | |
tree | 587045f787a1b0bb3dd6625625ca112490785d66 /README.md | |
parent | 727c2c8e258ac865fd4b448a3c90d50527e872f2 (diff) | |
download | z80count-64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0.tar.gz z80count-64777f8b9f9cb6e8d4e0374f10a18e0dbec139e0.zip |
ASM source code
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |