aboutsummaryrefslogtreecommitdiff
path: root/opcodes/m68k-dis.c
AgeCommit message (Collapse)AuthorFilesLines
1997-12-01 * m68k-opc.c: Add argument for lpstop. From Olivier CarmonaIan Lance Taylor1-32/+48
<olivier.carmona@di.epfl.ch>. * m68k-dis.c (print_insn_m68k): Handle special case of lpstop, which has a two word opcode with a one word argument.
1997-01-20Mon Jan 20 12:48:57 1997 Andreas Schwab ↵Ian Lance Taylor1-7/+66
<schwab@issan.informatik.uni-dortmund.de> * m68k-dis.c: Include <libiberty.h>. (print_insn_m68k): Sort the opcode table on the most significant nibble of the opcode.
1995-11-03 * m68k-opc.c: Use #W rather than #w.Ian Lance Taylor1-112/+112
* m68k-dis.c (print_insn_arg): Handle new 'W' place.
1995-03-08Avoid bogus assumption that the two parts of the split m68k opcode tableKen Raeburn1-67/+122
are going to be adjacent in memory.
1993-06-11 * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes.Jim Kingdon1-11/+105
1993-04-01* h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data):K. Richard Pixley1-1/+1
deliberately return non-zero to setjmp from longjmp. Otherwise this code fails to compile.
1993-04-01 * m68k-dis.c: Fix prototype for fetch_arg().Stu Grossman1-1/+1
1993-03-31provide a new interface (using read_memory_func) to call the disassemblersJim Kingdon1-0/+970
which copes with errors in a plausible way