Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!bloom-beacon!apple!bbn!bbn.com!denbeste From: denbeste@bbn.com (Steven Den Beste) Newsgroups: comp.sys.amiga Subject: Re: 8088->68000 code conversion Message-ID: <38280@bbn.COM> Date: 5 Apr 89 13:55:47 GMT Sender: news@bbn.COM Reply-To: denbeste@BBN.COM (Steven Den Beste) Organization: Bolt Beranek and Newman Inc., Cambridge MA Lines: 13 GJose writes: > Can anyone help me locate a program to convers MSDOS 8088 code to > amiga 68000 code? I have an application written on an MSDOS machine that > I would like to directly port to my amiga with a minimum of effort. My regrets. What you want doesn't exist. It isn't just a problem translating the assembly language (though that is bad enough - at the very least each 8088 instruction would translate to several 68000 instructions, and even this isn't easy) but the MSDOS system calls which would have to be translated into AmigaDOS system calls. The MSDOS operating system environment just isn't anything like the AmigaDOS operating system environment.