* m68k-opc.c (m68k_opcodes): Simplify table by using < and >

operand specifiers in *save, *restore and movem* instructions.
This commit is contained in:
J.T. Conklin
1996-11-26 03:24:55 +00:00
parent f082b5eaea
commit 520e44a15a

View File

@ -1,9 +1,12 @@
Mon Nov 25 16:15:17 1996 J.T. Conklin <jtc@cygnus.com> Mon Nov 25 16:15:17 1996 J.T. Conklin <jtc@cygnus.com>
* m68k-opc.c (m68k-opcodes): Fix move and movem instructions for * m68k-opc.c (m68k_opcodes): Simplify table by using < and >
operand specifiers in *save, *restore and movem* instructions.
* m68k-opc.c (m68k_opcodes): Fix move and movem instructions for
the coldfire. the coldfire.
* m68k-opc.c (m68k-opcodes): The coldfire (mcf5200) can only use * m68k-opc.c (m68k_opcodes): The coldfire (mcf5200) can only use
register operands for immediate arithmetic, not, neg, negx, and register operands for immediate arithmetic, not, neg, negx, and
set according to condition instructions. set according to condition instructions.