Run on a PC compatible computer, and process binary machine code for a specific processor, producing either an assembly listing, or an assembly source file representing the content of that code. Suports many CPU's.
Dunfield cross disassemblers run on a PC compatible computer, and process binary machine code for a specific processor, producing either an assembly listing, or an assembly source file representing the content of that code.
The disassemblers feature several advanced features, including:
- Accept a user defined symbol table
- Generate initial symbol table
- Accept definitions for memory block bytes (Code, data etc.)
- Merge a file of comments into the disassembly output.
With careful use of these features, you can generate a complete assemblly source file for a given binary image, without resorting to editing the output of the disassembler. This allows you to re-run the disassemler as many times as you like without losing the definitions and comments that you insert. (With most disassemblers, every time you run the disassembler, you have to start fresh).
This package is intended to demonstrate the DDS cross disassemblers. It includes a fully-functional disassembler for the C-FLEA virtual CPU, as well as documenation for all of the cross disassmblers. A sample program and ready-made disassembler control files are also provided so that you can easily see what the disassembler can do (See the comments near the beginning of HILOW.ASM). NOTE: A C-compiler, Assembler and Simulator for the C-FLEA virtual processor is available in the Micro-C embedded development test-drive (MC???EMB.ZIP).
File List:
CATALOG
27Kb
DASMDEMO.DOC
32Kb
DISCF.EXE
7Kb
HILOW.ASM
5Kb
HILOW.BIN
316b
HILOW.CMT
3Kb
HILOW.DEF
395b
Similar code
Visual Disasm32
(Popularity: ) : Visual Disasm32 (free limited demonstration version) is a symbolic visual disassembler for 32 bits Portables Executables (PE) used by Windows95/NT and Win32s. Make Source 1.0, .COM-file dissasembler
(Popularity: ) : To generate assembly language source files from COM files. Will not work on any other type. Although I wrote this to generate source which is compatible with the A86 assembler, a little work will convert your resultant source file for ...