diff options
author | Juan J. Martinez <jjm@usebox.net> | 2019-03-30 21:19:59 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2019-03-30 21:19:59 +0000 |
commit | 5a4cbe31e67bb5678598235eaf22fd0095cd59d0 (patch) | |
tree | 266ccf6878446f2223040015e8e522ec78b53ecf /z80table.json | |
parent | d379e7693ce93e77c38b43e38f6b62a1a8e8654e (diff) | |
download | z80count-5a4cbe31e67bb5678598235eaf22fd0095cd59d0.tar.gz z80count-5a4cbe31e67bb5678598235eaf22fd0095cd59d0.zip |
Missing sub a, * (ix) 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 e2bc6d8..f578684 100644 --- a/z80table.json +++ b/z80table.json @@ -4194,6 +4194,12 @@ "w": 2 }, { + "regex": "^\\s*sub\\s+a\\s*,\\s*[^\\(\\),]+\\s+\\(ix\\)\\s*(;.*)?$", + "cycles": "19", + "case": "sub a, * (ix)", + "w": 2 + }, + { "regex": "^\\s*sub\\s+[^\\(\\),]+\\s+\\(ix\\)\\s*(;.*)?$", "cycles": "19", "case": "sub * (ix)", |