From d379e7693ce93e77c38b43e38f6b62a1a8e8654e Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 30 Mar 2019 21:16:16 +0000 Subject: Missing sub a,* (iy) case --- z80table.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/z80table.json b/z80table.json index ce486f6..e2bc6d8 100644 --- a/z80table.json +++ b/z80table.json @@ -7925,6 +7925,12 @@ "case": "sub (iy+*)", "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", -- cgit v1.2.3