diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-07-27 11:51:50 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-08-01 16:52:26 +0100 |
commit | 5b34d33efa0e316a4cae20d4455f05ed89c55abd (patch) | |
tree | 97047853367d9908f0cf4dc474b26892418b26e1 | |
parent | 124912a9aea7512180952f3d906fd2d3a5342ad8 (diff) | |
download | z80count-5b34d33efa0e316a4cae20d4455f05ed89c55abd.tar.gz z80count-5b34d33efa0e316a4cae20d4455f05ed89c55abd.zip |
Make the gif available for PyPi
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ 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](./etc/demo-vim.gif) +![Demo with vim](https://github.com/reidrac/z80count/raw/master//etc/demo-vim.gif) ## Installation |