From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: can i? Date: Fri, 13 Feb 1998 18:21:57 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 16 Message-ID: <34E4D595.545F@cs.com> References: NNTP-Posting-Host: ppp237.cs.com 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 Juuso Vilmunen wrote: > > How can I edit ASM code that DJGPP creates? You can instruct gcc to stop after the compilation stage and emit assembly language code by passing it the '-S' switch. It will then emit a .s file as output, which you can edit. In RHIDE, you may have to set the option manually. -- --------------------------------------------------------------------- | John M. Aldrich, aka Fighteer I | mailto:fighteer AT cs DOT com | | God's final message to His Creation: | http://www.cs.com/fighteer/| | "We apologize for the inconvenience."| ICQ UIN#: 7406319 | | - Douglas Adams | http://www.mirabilis.com/ | ---------------------------------------------------------------------