ViewVC Help
View Directory | Root Listing
root/cebix/mon/src/disass
File Last Change
 ../
floatformat.h 1.1 (23 years ago) by cebix: - replaced 680x0 and 80x86 disassemblers with the ones from GNU binutils - 680x0 disassembler shows symbolic MacOS low memory globals
m68k-opc.c 1.1 (23 years ago) by cebix: - replaced 680x0 and 80x86 disassemblers with the ones from GNU binutils - 680x0 disassembler shows symbolic MacOS low memory globals
floatformat.c 1.1 (23 years ago) by cebix: - replaced 680x0 and 80x86 disassemblers with the ones from GNU binutils - 680x0 disassembler shows symbolic MacOS low memory globals
opintl.h 1.1 (23 years ago) by cebix: - replaced 680x0 and 80x86 disassemblers with the ones from GNU binutils - 680x0 disassembler shows symbolic MacOS low memory globals
m68k.h 1.1 (23 years ago) by cebix: - replaced 680x0 and 80x86 disassemblers with the ones from GNU binutils - 680x0 disassembler shows symbolic MacOS low memory globals
ansidecl.h 1.2 (21 years ago) by gbeauche: Add support for x86-64 disassembly - mon.cpp (mon_init): new command is "d8664" - mon_cmd.cpp (disassemble): handle CPU_x86_64, and make it 64-bit aware in address dumps - mon_disass.cpp (disass_x86): s/bool i8086/uint32 bits/ defining the x86 architecture "size", aka 16 => 8086, 32 => 80x86, 64 => x86-64 - Merge with GNU x86 disassembler as part of binutils 2.12.90.0.15
Makefile.am 1.3 (21 years ago) by gbeauche: VMA are now 64-bit wide, thus #include cxmon <sysdeps.h> to get correct types information. Add its directory to the include search path.
dis-asm.h 1.3 (21 years ago) by gbeauche: Add support for x86-64 disassembly - mon.cpp (mon_init): new command is "d8664" - mon_cmd.cpp (disassemble): handle CPU_x86_64, and make it 64-bit aware in address dumps - mon_disass.cpp (disass_x86): s/bool i8086/uint32 bits/ defining the x86 architecture "size", aka 16 => 8086, 32 => 80x86, 64 => x86-64 - Merge with GNU x86 disassembler as part of binutils 2.12.90.0.15
i386-dis.c 1.3 (21 years ago) by gbeauche: Fix disassembly of x86-64 movd with REX prefixes
bfd.h 1.5 (21 years ago) by gbeauche: Define BFD64 everywhere since we have 64-bit bfd_vma. Thusly fix x86-64 disassembler.
m68k-dis.c 1.6 (20 years ago) by gbeauche: Even more m68k disassembler fixes.
0 directories and 11 files shown