Date: Tue, 6 Apr 1999 14:09:17 -0400 Message-Id: <199904061809.OAA00834@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3ysO2.529$SS2.41289@news14.ispnews.com> (m_keroppi@hotmail.com) Subject: Re: asm keyword in DJGPP References: <7ec7mi$a1l$3 AT news DOT luth DOT se> <3ysO2.529$SS2 DOT 41289 AT news14 DOT ispnews DOT com> Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > I saw that asm in DJGPP uses a third part assembler, how do I set up > the assembler so that dJGPP will recognize it? *All* djgpp programs are compiled with a separate assembler, but that assembler is "as" - the GNU assembler. You don't have a choice about this, since that's the syntax that gcc will produce. If you can compile C programs, you're set up correctly.