assembly language

Keith Gabryelski ag at elgar.UUCP
Tue Feb 7 04:15:10 AEST 1989


In article <7046 at killer.DALLAS.TX.US> tensor at 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 at elgar.CTS.COM         Keith Gabryelski          ...!{ucsd, crash}!elgar!ag



More information about the Comp.unix.xenix mailing list