Path: utzoo!attcan!uunet!world!madd From: madd@world.std.com (jim frost) Newsgroups: comp.unix.aix Subject: Re: RISC/6000 assembler examples wanted Message-ID: <1990Nov5.234444.23643@world.std.com> Date: 5 Nov 90 23:44:44 GMT References: <3210@ucsfcca.ucsf.edu> <4081@awdprime.UUCP> <5919@mace.cc.purdue.edu> Organization: Saber Software Lines: 14 abe@mace.cc.purdue.edu (Vic Abell) writes: >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. You can get this from xlc too but the code cannot be fed as-is into the assembler. Disassembling via dbx is far more educational. jim frost saber software jimf@saber.com