RISC/6000 assembler examples wanted

Vic Abell abe at mace.cc.purdue.edu
Wed Oct 31 05:27:30 AEST 1990


In article <4081 at awdprime.UUCP> tif at doorstop.austin.ibm.com (Paul Chamberlain) writes:
>In article <3210 at ucsfcca.ucsf.edu> dick at ccnext.UUCP (Dick Karpinski) writes:
>>I'm looking for examples of RISC/6000 assembler programs to assist
>>in a language processor port to the 6000.  The only thing we need
>>assembler for is to code up the co-routine transfer mechanism.
>
>One could always use "cc -S" right?  Wrong.

You can get an object code listing that looks like assembler code from
the XL Fortran compiler.  The following command

	xlf -qsource -qlist -qdebug=cycles example.f

produces a combined source and object code listing in ./example.lst.



More information about the Comp.unix.aix mailing list