Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-12-01 | * m68k-opc.c: Add argument for lpstop. From Olivier Carmona | Ian Lance Taylor | 1 | -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-20 | Mon Jan 20 12:48:57 1997 Andreas Schwab ↵ | Ian Lance Taylor | 1 | -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 Taylor | 1 | -112/+112 | |
* m68k-dis.c (print_insn_arg): Handle new 'W' place. | |||||
1995-03-08 | Avoid bogus assumption that the two parts of the split m68k opcode table | Ken Raeburn | 1 | -67/+122 | |
are going to be adjacent in memory. | |||||
1993-06-11 | * m68k-dis.c (print_insn_{m68k,arg}): Add MMU codes. | Jim Kingdon | 1 | -11/+105 | |
1993-04-01 | * h8500-dis.c, i386-dis.c, m68k-dis.c, z8k-dis.c (fetch_data): | K. Richard Pixley | 1 | -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 Grossman | 1 | -1/+1 | |
1993-03-31 | provide a new interface (using read_memory_func) to call the disassemblers | Jim Kingdon | 1 | -0/+970 | |
which copes with errors in a plausible way |