Make Source 1.0, .COM-file dissasembler description
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 use with other assemblers.
Make Source 1.0, Norm Cook, CIS 110051,2731
4/18/97
FILES:
MS.EXE - the Make Source executable
MS.DOC - this file
SS.COM - used for demonstration
SS.MAP - used for demonstration
CYA: No warranties or guarantees. Use at your own risk.
Hardware: 386 or better
Purpose:
1. 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 use with other assemblers. (Mucho credit to Eric Isaacson
for his incredible A86 assembler.)
2. If you are not an assembly language programmer, you will have little
interest in this program.
File List:
MS.DOC
7Kb
MS.EXE
88Kb
SS.COM
1Kb
SS.MAP
2Kb
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. Dunfield Cross Disassembler Demo
(Popularity: ) : 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.