* m68k-opc.c (m68k_opcodes): Added entries for the tst insns on

the mc68000.
This commit is contained in:
J.T. Conklin 1997-03-03 15:49:49 +00:00
parent 4b4ac3aec2
commit c5e5b13f9b
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Mon Mar 3 07:45:20 1997 J.T. Conklin <jtc@cygnus.com>
* m68k-opc.c (m68k_opcodes): Added entries for the tst insns on
the mc68000.
Thu Feb 27 14:04:32 1997 Philippe De Muyter <phdm@info.ucl.ac.be>
* m68k-opc.c (m68k_opcodes): Added swbegl pseudo-instruction.

View File

@ -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 },