diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 21:40:39 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 21:40:39 +0000 |
commit | 6eea95238874eb768a6ae4ec44a5f7a0dea6e25a (patch) | |
tree | 82e620d46f2d8f3c0ed3c1ae8676b097efa83790 /README.md | |
parent | 085479924b10ecd3a0823daa4113cb9545d57bd4 (diff) | |
download | z80count-6eea95238874eb768a6ae4ec44a5f7a0dea6e25a.tar.gz z80count-6eea95238874eb768a6ae4ec44a5f7a0dea6e25a.zip |
typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # z80count -This is a simple that parses Z80 assembler using regular expressions (I know!) +This is a simple tool that parses Z80 assembler using regular expressions (I know!) 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 |