Page 1 of 1

.COM to .ASM?

Posted: April 20th, 2015, 1:24 pm
by gio74
is it possible to decompile a COM file into an ASM file?

Re: .COM to .ASM?

Posted: April 20th, 2015, 9:10 pm
by AltairClone
I run DASMx under Windows.

Re: .COM to .ASM?

Posted: April 22nd, 2015, 6:16 am
by gio74
thanks Mike!
I got it working, though the asm file looks kind of "dirty" with lots of NOPs

Re: .COM to .ASM?

Posted: April 22nd, 2015, 2:40 pm
by AltairClone
Automated disassembly of a program only gets you so far. Recreating the original code from the disassembly is a challenging, but very rewarding, puzzle.

Mike