Path: utzoo!attcan!uunet!wuarchive!husc6!purdue!mentor.cc.purdue.edu!mace.cc.purdue.edu!abe From: abe@mace.cc.purdue.edu (Vic Abell) Newsgroups: comp.unix.aix Subject: Re: RISC/6000 assembler examples wanted Message-ID: <5919@mace.cc.purdue.edu> Date: 30 Oct 90 18:27:30 GMT References: <3210@ucsfcca.ucsf.edu> <4081@awdprime.UUCP> Reply-To: abe@mace.cc.purdue.edu (Vic Abell) Organization: Purdue University Lines: 14 In article <4081@awdprime.UUCP> tif@doorstop.austin.ibm.com (Paul Chamberlain) writes: >In article <3210@ucsfcca.ucsf.edu> dick@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.