Author: Fredrik Olsson (h132n2fls32o815.telia.com)
Date: 08-10-2001 13:26
Goto this site:
http://www.csee.uq.edu.au/~csmweb/dcc.html
You will find a decompiler for i386 .exe files, it tries to make C code out of it and if not possible (most of the time) it will make inline assemler C code.
Then you need a C compiler for your Atari, GCC is recomended and migth be found at any of theese adresses:
As the decompiler is not perfect (far from for obvious reasons) the process of rewriting x86 assembly routines into 68k or C routines will be a combersome process but I wich you good luck anyway.