From: G DOT DegliEsposti AT ads DOT it To: djgpp AT delorie DOT com Message-ID: Date: Thu, 26 Feb 1998 09:40:33 +0100 Subject: Re: Pure Assembly Output.. Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Precedence: bulk >How do create a pure assembly output file? Something I could send >to as.exe and it would compile correctly. (no line numbers/offset) you can use the -S switch. gcc stops after compilation and doesn't assemble the resulting .s file. ciao Giacomo