aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68k-opc.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-07-22 19:49:24 +0000
committerIan Lance Taylor <ian@airs.com>1996-07-22 19:49:24 +0000
commit354447a435dd197555f86e4fa87eac9f8e023e10 (patch)
tree8a2c8641a63523cf3d92087398204eb8f23f379d /opcodes/m68k-opc.c
parent9bd65136af1f8331654351fc5719a5c667409463 (diff)
downloadbinutils-354447a435dd197555f86e4fa87eac9f8e023e10.zip
binutils-354447a435dd197555f86e4fa87eac9f8e023e10.tar.gz
binutils-354447a435dd197555f86e4fa87eac9f8e023e10.tar.bz2
Mon Jul 22 15:38:53 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* m68k-opc.c (m68k_opcodes): Make opcode masks for the ColdFire move ccr/sr insns more strict so that the disassembler only selects them when the addressing mode is data register.
Diffstat (limited to 'opcodes/m68k-opc.c')
-rw-r--r--opcodes/m68k-opc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/opcodes/m68k-opc.c b/opcodes/m68k-opc.c
index dec6b3f..0ebbc8c 100644
--- a/opcodes/m68k-opc.c
+++ b/opcodes/m68k-opc.c
@@ -1260,8 +1260,8 @@ const struct m68k_opcode m68k_opcodes[] =
{"movew", one(0030000), one(0170000), "*w$d", m68000up | mcf5200 },
{"movew", one(0030100), one(0170700), "*wAd", m68000up | mcf5200 },
-{"movew", one(0040300), one(0177700), "SsDs", mcf5200 },
-{"movew", one(0041300), one(0177700), "CsDs", mcf5200 },
+{"movew", one(0040300), one(0177770), "SsDs", mcf5200 },
+{"movew", one(0041300), one(0177770), "CsDs", mcf5200 },
{"movew", one(0040300), one(0177700), "Ss$s", m68000up },
{"movew", one(0041300), one(0177700), "Cs$s", m68010up },
{"movew", one(0042300), one(0177700), ";wCd", m68000up | mcf5200 },
@@ -1275,8 +1275,8 @@ const struct m68k_opcode m68k_opcodes[] =
{"move", one(0030000), one(0170000), "*w$d", m68000up | mcf5200 },
{"move", one(0030100), one(0170700), "*wAd", m68000up | mcf5200 },
-{"move", one(0040300), one(0177700), "SsDs", mcf5200 },
-{"move", one(0041300), one(0177700), "CsDs", mcf5200 },
+{"move", one(0040300), one(0177770), "SsDs", mcf5200 },
+{"move", one(0041300), one(0177770), "CsDs", mcf5200 },
{"move", one(0040300), one(0177700), "Ss$s", m68000up },
{"move", one(0041300), one(0177700), "Cs$s", m68010up },
{"move", one(0042300), one(0177700), ";wCd", m68000up | mcf5200 },