How to decompile MS DOS exe file

Asked By 70 points N/A Posted on -
qa-featured

Hi All,

How to decompile MS DOS exe file. I need to write an assembler for custom micro-controller having our own instruction set. How to decompile and study an existing DOS assembler for 8051etc so that the program logic could be understood and a new Assembler be written for windows.

Thanks,

Paul S Douglas

SHARE
Answered By 0 points N/A #188673

How to decompile MS DOS exe file

qa-featured

Hi Douglas,

       Sorry to say, but there is no possible way to de compile a DOS exe file, or as a matter of fact any exe file at all.
Because if it had been possible then all the software's could have been changed.
If you wish to understand the program logic you'll have to do a whole lot of reading!
The second way would be perhaps to search if they have made the made the code public.

Hope you got your answer! 🙂

Related Questions