Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 alpha 4/15/85; site amd.UUCP Path: utzoo!watmath!clyde!amd!ching From: ching@amd.UUCP (Mike Ching) Newsgroups: net.micro.pc Subject: Re: asm80 for MSDOS Message-ID: <2548@amd.UUCP> Date: Thu, 22-May-86 14:39:00 EDT Article-I.D.: amd.2548 Posted: Thu May 22 14:39:00 1986 Date-Received: Sat, 24-May-86 18:54:05 EDT References: <> Reply-To: ching@amd.UUCP (Mike Ching) Organization: AMD, Santa Clara, CA Lines: 20 In article <> rli@aluxp.UUCP (INMAN) writes: >I have been trying to port the asm80 cross compiler which was recently posted to >net.sources to MSDOS. The code compiles for UNIX SYS 5, but does not compile >for CI C86. It compiles but doesn't execute properly for Ecosoft C. Has anyone >successfully ported this program to MSDOS or anyone have any suggestions on what >common pitfalls are in the porting process. > >Thanks in advance, >Bob Inman > >Email: {ihnp4}!aluxp!rli >Phone: 215 770-2705 for CI86: Add #define rewind(a) fseek(a,0L,0 Change all occurances of %0X to %0x in formatted print statements There may be others that I've forgotten but I think those two are all that's needed.