Gregory Leblanc writes:
>
> I'm perfectly willing to put in the time to do this (expect it to take a
> while), and teach myself assembler at the same time, but I need some help
> going about it. A friend of mine loaned me his disassembler program, but
> it's designed to run under win95 and winnt. Can I (should I even try) to
> figure it out this way, or does it need to be on the t1200 to have it be
> acurate and useful? Thanks,
> Greg
As this is an exe file, a windows based disassembler may be the best way to
work on it. If you would rather work on it under Linux, try ndisasm which
comes as part of the NASM package. It is a very powerful disassembler, but
some knowledge of the format of the file you are trying to disassemble. I
am not sure what the format of a .exe file is. Any pointers anyone?
Al