As base for disassembling I selected the program DASM out of the Public Domain.
From my point of view this program is very good because one has to deal with the code during disassembly.
Unfortunately the functionality was restricted — generally the memory management — so I expanded the code.
Find listed below some of my disassembly projects.
Because the length of the source code exceeded the available memory for editing it, I splitted the files into portions of about 16K — the main files use INCLUDE -instructions to put them together again.
|