correct a few mistakes found while extending the dissassembler.

This commit is contained in:
K. Richard Pixley 1993-09-29 23:18:06 +00:00
parent b0dd16a5d4
commit 6cc87fbb75
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Wed Sep 29 16:15:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
* config/m88k-opcode.h (m88k_opcodes): correct a few mistakes
found while extending the dissassembler.
Tue Sep 28 12:02:04 1993 Stan Shebs (shebs@rtl.cygnus.com)
* configure.in: Split i386 LynxOS out from other coff targets,

View File

@ -390,13 +390,13 @@ static struct m88k_opcode m88k_opcodes[] =
_MC88xxx (0x48000000, "mask", "d,1,I")
_MC88xxx (0x4c000000, "mask.u", "d,1,I")
_MC88110 (0x8400c000, "mov.s", "d,x2")
_MC88110 (0x84008200, "mov.s", "xd,2")
_MC88110 (0x84004200, "mov.s", "xd,2")
_MC88110 (0x8400c080, "mov.d", "d,x2")
_MC88110 (0x84008280, "mov.d", "xd,2")
_MC88110 (0x84004280, "mov.d", "xd,2")
_MC88110 (0x8400c300, "mov", "xd,x2")
_MC88xxx (0xf4006c00, "mul", "d,1,2")
_MC88xxx (0x6c000000, "mul", "d,1,I")
_MC88xxx (0xf4006c00, "muls", "d,1,2")
_MC88xxx (0xf4006e00, "muls", "d,1,2")
_MC88xxx (0x6c000000, "muls", "d,1,I")
_MC88xxx (0xf4006c00, "mulu", "d,1,2") /* synonym for mul */
_MC88xxx (0x6c000000, "mulu", "d,1,I") /* synonym for mul */