Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!spool.mu.edu!cs.umn.edu!sialis!orbit!pnet51!chucks From: chucks@pnet51.orb.mn.org (Erik Funkenbusch) Newsgroups: comp.sys.amiga.programmer Subject: Re: SAS C disassembly suggestions needed Message-ID: <5214@orbit.cts.com> Date: 25 Jun 91 17:45:01 GMT Article-I.D.: orbit.5214 Sender: news@orbit.cts.com Organization: People-Net [pnet51], Minneapolis, MN. Lines: 25 mykes@amiga0.SF-Bay.ORG (Mike Schwartz) writes: >I want to turn an executable created by SAS 5.10a into >a disassembled source. I basically want something that >looks like the mixed display mode of CPR, except I want >the whole enchilada (program) disassembled to a file, >preferably with the 'C' source as assembly language >comments. Does anyone know if there is a way to do >this? > Well, there's no way to get commented dis-assemblies in SAS. you can use OMD (object module disasembler) to disasemble your object modules. This was one of the Main reasons i chose Manx over SAS because with a simple flag you can get the compiler to keep it's intermediate assembly and comment each function with the appropriate C source. Very useful when you wish to optimize code by hand. .--------------------------------------------------------------------------. | UUCP: {amdahl!tcnet, crash}!orbit!pnet51!chucks | "I know he's come back | | ARPA: crash!orbit!pnet51!chucks@nosc.mil | from the dead, but do | | INET: chucks@pnet51.orb.mn.org | you really think he's | |-------------------------------------------------| moved back in?" | | Amiga programmer at large, employment options | Lou Diamond Philips in | | welcome, inquire within. | "The First Power". | `--------------------------------------------------------------------------'