From: beppu AT rigel DOT oac DOT uci DOT edu (John Beppu) Newsgroups: comp.os.msdos.djgpp Subject: Re: Libs and dissassembly (again) Date: 20 Jan 1997 13:49:22 GMT Organization: University of California, Irvine Lines: 14 Message-ID: <5bvt52$r91@news.service.uci.edu> References: <01bc0686$36fa7820$3957f8ce AT 698130> NNTP-Posting-Host: rigel.oac.uci.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In order to look at the assembly output of a program compiled w/ gcc, use the -S option. example: gcc -S -O2 main.cpp There should be a file "main.s" if all went well containing the assembly version of main.cpp. -- beppu AT uci DOT edu .............................................................