aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2019-03-30 21:19:59 +0000
committerJuan J. Martinez <jjm@usebox.net>2019-03-30 21:19:59 +0000
commit5a4cbe31e67bb5678598235eaf22fd0095cd59d0 (patch)
tree266ccf6878446f2223040015e8e522ec78b53ecf
parentd379e7693ce93e77c38b43e38f6b62a1a8e8654e (diff)
downloadz80count-5a4cbe31e67bb5678598235eaf22fd0095cd59d0.tar.gz
z80count-5a4cbe31e67bb5678598235eaf22fd0095cd59d0.zip
Missing sub a, * (ix) case
-rw-r--r--z80table.json6
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)",