Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!ames!elroy!gryphon!crash!elgar!ag From: ag@elgar.UUCP (Keith Gabryelski) Newsgroups: comp.unix.xenix Subject: Re: assembly language Keywords: assembly Message-ID: <61@elgar.UUCP> Date: 6 Feb 89 18:15:10 GMT References: <7046@killer.DALLAS.TX.US> Reply-To: ag@elgar.UUCP (Keith Gabryelski) Distribution: usa Organization: Elgar Corporation, San Diego, CA Lines: 24 In article <7046@killer.DALLAS.TX.US> tensor@killer.DALLAS.TX.US (Steven Murphy) writes: >I would like to know how to make the -S option of the Xenix C >compiler suitable to present to the asm or masm assemblers under >Xenix286 2.2 development system. I assume you are using a 386 system and want assembler code for a 286 2.2 system, eh? If not, `cc -S foo.c' should work. The 386 dev sys has: /bin/cc /bin/cc286 /bin/cc386 cc -M0e -s foo.c # for 8086 cc -M2e -s foo.c # for 80286 cc -M3e -s foo.c # for 80386 should do you. Pax, Keith -- ag@elgar.CTS.COM Keith Gabryelski ...!{ucsd, crash}!elgar!ag