diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 21:02:13 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-03-19 21:02:13 +0000 |
commit | 51731d5bd77eb217993b5d268fb1576e92119fec (patch) | |
tree | bbe88d29a4928e16a597485ee90ea6ee45d7cccc /README.md | |
parent | 3824cbbd5cc6b760b2baf5ed43849b573e9e560c (diff) | |
download | z80count-51731d5bd77eb217993b5d268fb1576e92119fec.tar.gz z80count-51731d5bd77eb217993b5d268fb1576e92119fec.zip |
Is the other way around
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -121,7 +121,7 @@ Processed with `z80count.py -s` results in: Comments show subtotals, and there are two types: - `[A .. T0]` - - `[B/A .. T1/T0]` + - `[B/A .. T0/T1]` Where A, B, T0 and T1 are: - A is the number of cycles of current instruction. In case of a conditional |