* m68k-opc.c (m68k_opcodes): Added entries for the tst insns on
authorJ.T. Conklin <jtc@acorntoolworks.com>
Mon, 3 Mar 1997 15:49:49 +0000 (15:49 +0000)
committerJ.T. Conklin <jtc@acorntoolworks.com>
Mon, 3 Mar 1997 15:49:49 +0000 (15:49 +0000)
the mc68000.

opcodes/ChangeLog
opcodes/m68k-opc.c

index 5c77ce812e4ae55c2e52020b49f53f4111c0c3e0..90134c8600da56c05243f86fb6f73430c8fe62d1 100644 (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.
index 4b515fd5935ec638dfc96e0b1f45ede359f1d65e..febad084bc9ec27f699c37b357726cffb0af903b 100644 (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 },
 
This page took 0.060566 seconds and 4 git commands to generate.