From 5c7325e0de21c9e35538710d90fc78677d1c5ea6 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 28 Feb 1989 18:40:35 +0000 Subject: [PATCH] fix: tst instruction also allowed on address register --- mach/m68020/as/mach3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/m68020/as/mach3.c b/mach/m68020/as/mach3.c index 877e384e5..40ebff0d9 100644 --- a/mach/m68020/as/mach3.c +++ b/mach/m68020/as/mach3.c @@ -85,7 +85,7 @@ 0, SZ_EA, 042000|DTA|ALT, "neg", 0, SZ_EA, 040000|DTA|ALT, "negx", 0, SZ_EA, 043000|DTA|ALT, "not", -0, SZ_EA, 045000|DTA, "tst", +0, SZ_EA, 045000, "tst", 0, OP_EA, 044000|DTA|ALT, "nbcd", 0, OP_EA, 045300|DTA|ALT, "tas", -- 2.34.1