From 85547954255e07aeb4a7b17e5805b206e49bc5a3 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 30 Mar 2019 20:33:29 +0000 Subject: Missing sub a,(hl) case --- z80table.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'z80table.json') diff --git a/z80table.json b/z80table.json index 5702263..ce486f6 100644 --- a/z80table.json +++ b/z80table.json @@ -1031,6 +1031,12 @@ "case": "sub (hl)", "w": 1 }, + { + "regex": "^\\s*sub\\s+a,\\s*\\(hl\\)\\s*(;.*)?$", + "cycles": "7", + "case": "sub a,(hl)", + "w": 1 + }, { "regex": "^\\s*sub\\s+a\\s*(;.*)?$", "cycles": "4", -- cgit v1.2.3