From: Leto Newsgroups: comp.os.msdos.djgpp Subject: Re: Pure Assembly Output.. Date: Sat, 28 Feb 1998 21:33:43 +0100 Organization: Calodox Lines: 20 Message-ID: <34F87343.5E4A2602@worldcom.ch> References: <6d2pjd$jqp$1 AT nnrp1 DOT dejanews DOT com> NNTP-Posting-Host: portls37.worldcom.ch Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk tmoore AT chs DOT claremont DOT edu wrote: > > How do create a pure assembly output file? Something I could send > to as.exe and it would compile correctly. (no line numbers/offset) > > I am using this and it shows line numbers and the offset > > gcc -Wa,-ald=test.asm test.c > try gcc -O2 -S -o test.s test.c it should be okay.. -Leto ----------------------------------- - Leto / Calodox - -http://www.space.ch/scene/calodox- -----------------------------------