ViewVC Help
View Directory | Root Listing
root/cebix/mon/src/disass
File Last Change
 ../
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.
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
bfd.h 1.5 (21 years ago) by gbeauche: Define BFD64 everywhere since we have 64-bit bfd_vma. Thusly fix x86-64 disassembler.
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
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
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
i386-dis.c 1.3 (21 years ago) by gbeauche: Fix disassembly of x86-64 movd with REX prefixes
m68k-dis.c 1.4 (21 years ago) by gbeauche: Fix printing of m68k addresses, we assume they are always 32-bit values even in real addressing mode.
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
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
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
0 directories and 11 files shown