diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 21:35:38 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 21:35:38 +0000 |
commit | 085479924b10ecd3a0823daa4113cb9545d57bd4 (patch) | |
tree | 4f823eb366fcb45dc9c7aada488eca6a6877350c | |
parent | c9f7230b2d4a50611193ef61e8cd99fbcd2e634c (diff) | |
download | z80count-085479924b10ecd3a0823daa4113cb9545d57bd4.tar.gz z80count-085479924b10ecd3a0823daa4113cb9545d57bd4.zip |
typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # z80count This is a simple that parses Z80 assembler using regular expressions (I know!) -and add comments to the code with the cycles used by the instruction. +and adds comments to the code with the cycles used by the instruction. It needs testing and probably a proper Z80 parser, but it works for me and the Z80 assembler syntax I use. |