aboutsummaryrefslogtreecommitdiff
path: root/opcodes/i386-dis.c
AgeCommit message (Collapse)AuthorFilesLines
1997-06-16Mon Jun 16 14:08:38 1997 Michael Taylor <mbt@mit.edu>Ian Lance Taylor1-50/+193
* i386-dis.c (dis386_twobyte): Fix pand and pandn.
1997-05-05 * i386-dis.c: Revert patch of April 4. The output now matchesIan Lance Taylor1-11/+43
what gcc generates.
1996-07-16 * i386-dis.c (print_insn_i8086): New routine to disassemble usingStu Grossman1-9/+6
the 8086 instruction set. * i386-dis.c: General cleanups. Make most things static. Add prototypes. Get rid of static variables aflags and dflags. Pass them as args (to almost everything).
1996-07-12 * i386-dis.c (print_insn_i8086): New routine to disassemble usingStu Grossman1-157/+232
the 8086 instruction set. * i386-dis.c: General cleanups. Make most things static. Add prototypes. Get rid of static variables aflags and dflags. Pass them as args (to almost everything).
1996-02-15Wed Feb 14 19:01:27 1996 Alan Modra <alan@spri.levels.unisa.edu.au>Ian Lance Taylor1-19/+60
* i386-dis.c (onebyte_has_modrm): New static array. (twobyte_has_modrm): New static array. (print_insn_i386): Only fetch the mod/reg/rm byte if it is needed.
1996-01-03Add Pentium Pro supportMichael Meissner1-20/+20
1995-10-06* i386-dis.c: Describe cmpxchg8b operand, and spell the opcode name correctly.Ken Raeburn1-12/+28
1994-02-08 * dis-buf.c, i386-dis.c: Include <string.h>.Peter Schauer1-2/+9
1994-01-17* i386-dis.c (dis386): Use Yb and Yv for scasb and scasS.Jim Kingdon1-5/+5
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-03-31provide a new interface (using read_memory_func) to call the disassemblersJim Kingdon1-0/+1952
which copes with errors in a plausible way