From 5a4cbe31e67bb5678598235eaf22fd0095cd59d0 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 30 Mar 2019 21:19:59 +0000 Subject: Missing sub a, * (ix) case --- z80table.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'z80table.json') diff --git a/z80table.json b/z80table.json index e2bc6d8..f578684 100644 --- a/z80table.json +++ b/z80table.json @@ -4193,6 +4193,12 @@ "case": "sub (ix+*)", "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", -- cgit v1.2.3