Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-07-16 | * i386-dis.c (print_insn_i8086): New routine to disassemble using | Stu Grossman | 1 | -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 using | Stu Grossman | 1 | -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-15 | Wed Feb 14 19:01:27 1996 Alan Modra <alan@spri.levels.unisa.edu.au> | Ian Lance Taylor | 1 | -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-03 | Add Pentium Pro support | Michael Meissner | 1 | -20/+20 | |
1995-10-06 | * i386-dis.c: Describe cmpxchg8b operand, and spell the opcode name correctly. | Ken Raeburn | 1 | -12/+28 | |
1994-02-08 | * dis-buf.c, i386-dis.c: Include <string.h>. | Peter Schauer | 1 | -2/+9 | |
1994-01-17 | * i386-dis.c (dis386): Use Yb and Yv for scasb and scasS. | Jim Kingdon | 1 | -5/+5 | |
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-03-31 | provide a new interface (using read_memory_func) to call the disassemblers | Jim Kingdon | 1 | -0/+1952 | |
which copes with errors in a plausible way |