diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 22:56:08 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 22:56:08 +0000 |
commit | 773b72b6bbae768d18a054309527337695860655 (patch) | |
tree | 293df35042afa17d15c272c8f0d49fc6b3e4499b | |
parent | 49c5735786c269298a362ea639739b42d6519acf (diff) | |
download | z80count-773b72b6bbae768d18a054309527337695860655.tar.gz z80count-773b72b6bbae768d18a054309527337695860655.zip |
Gif demo
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6,6 +6,8 @@ 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. +![Demo with vim](./demo-vim.gif) + ## Requirements The tool requires Python 3. |