Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!rpi!batcomputer!theory.TC.Cornell.EDU!riley From: riley@theory.TC.Cornell.EDU (Daniel S. Riley) Newsgroups: comp.sys.amiga.programmer Subject: Re: SAS C disassembly suggestions needed Message-ID: <1991Jun26.151234.17732@batcomputer.tn.cornell.edu> Date: 26 Jun 91 15:12:34 GMT References: <5214@orbit.cts.com> Sender: news@batcomputer.tn.cornell.edu Organization: Cornell Theory Center Lines: 21 Nntp-Posting-Host: theory.tc.cornell.edu In article <5214@orbit.cts.com> chucks@pnet51.orb.mn.org (Erik Funkenbusch) writes: >Well, there's no way to get commented dis-assemblies in SAS. you can use OMD >(object module disasembler) to disasemble your object modules. To clarifly a little: You can get commented dis-assemblies from SAS...compile with -d (so that the line number information is included in the object module) and then give both the object file name and the source file name to omd, e.g. omd module.o module.c and *poof*, commented disassembly. The big problem with it is that it is not in a format that any assembler will accept, so you can't reassemble it without considerable post-processing. Maybe if we ask nicely SAS will fix this... -- -Dan Riley (riley@theory.tc.cornell.edu, cornell!batcomputer!riley) -Wilson Lab, Cornell University