diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-30 21:16:16 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-03-30 21:16:16 +0000 |
commit | d379e7693ce93e77c38b43e38f6b62a1a8e8654e (patch) | |
tree | 0e86e1e71cc1c1ebb52b6d08069b50fd3c6e33ad /z80table.json | |
parent | 593067767cb1cdcf0b722d0efa0df1a53f4be123 (diff) | |
download | z80count-d379e7693ce93e77c38b43e38f6b62a1a8e8654e.tar.gz z80count-d379e7693ce93e77c38b43e38f6b62a1a8e8654e.zip |
Missing sub a,* (iy) case
Diffstat (limited to 'z80table.json')
-rw-r--r-- | z80table.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/z80table.json b/z80table.json index ce486f6..e2bc6d8 100644 --- a/z80table.json +++ b/z80table.json @@ -7926,6 +7926,12 @@ "w": 2 }, { + "regex": "^\\s*sub\\s+a\\s*,\\s*[^\\(\\),]+\\s+\\(iy\\)\\s*(;.*)?$", + "cycles": "19", + "case": "sub a,* (iy)", + "w": 2 + }, + { "regex": "^\\s*sub\\s+[^\\(\\),]+\\s+\\(iy\\)\\s*(;.*)?$", "cycles": "19", "case": "sub * (iy)", |