aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68k-opc.c
diff options
context:
space:
mode:
authorJ.T. Conklin <jtc@acorntoolworks.com>1997-03-03 15:49:49 +0000
committerJ.T. Conklin <jtc@acorntoolworks.com>1997-03-03 15:49:49 +0000
commitc5e5b13f9b9b209d9d72cfcc7d53a424c902562f (patch)
tree6ae3593360c8b1d24138cd48b52db4d3e08002fd /opcodes/m68k-opc.c
parent4b4ac3aec29ffa152eddc2ea5e8d8071ad2705f3 (diff)
downloadgdb-c5e5b13f9b9b209d9d72cfcc7d53a424c902562f.zip
gdb-c5e5b13f9b9b209d9d72cfcc7d53a424c902562f.tar.gz
gdb-c5e5b13f9b9b209d9d72cfcc7d53a424c902562f.tar.bz2
* m68k-opc.c (m68k_opcodes): Added entries for the tst insns on
the mc68000.
Diffstat (limited to 'opcodes/m68k-opc.c')
-rw-r--r--opcodes/m68k-opc.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c
index 4b515fd..febad08 100644
--- a/opcodes/m68k-opc.c
+++ b/opcodes/m68k-opc.c
@@ -1814,9 +1814,12 @@ TBL("tblunb", "tblunw", "tblunl", 0, 0),
{"trapv", one(0047166), one(0177777), "", m68000up },
-{"tstb", one(0045000), one(0177700), ";b", m68000up | mcf5200 },
-{"tstw", one(0045100), one(0177700), "*w", m68000up | mcf5200 },
-{"tstl", one(0045200), one(0177700), "*l", m68000up | mcf5200 },
+{"tstb", one(0045000), one(0177700), ";b", m68020up | mcf5200 },
+{"tstb", one(0045000), one(0177700), "@b", m68000 },
+{"tstw", one(0045100), one(0177700), "*w", m68020up | mcf5200 },
+{"tstw", one(0045100), one(0177700), "@w", m68000 },
+{"tstl", one(0045200), one(0177700), "*l", m68020up | mcf5200 },
+{"tstl", one(0045200), one(0177700), "@l", m68000 },
{"unlk", one(0047130), one(0177770), "As", m68000up | mcf5200 },