Message-ID: <000701be8137$68315340$0d6c8acf@oemcomputer> From: "CallMe Keroppi" To: Subject: Re: asm keyword in DJGPP Date: Wed, 7 Apr 1999 16:44:14 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Reply-To: djgpp AT delorie DOT com I can compile C programs, but gcc gives me parser errors when I use inline asm in the program. -----Original Message----- From: DJ Delorie Newsgroups: comp.os.msdos.djgpp To: djgpp AT delorie DOT com Date: Tuesday, April 06, 1999 2:09 PM Subject: Re: asm keyword in DJGPP > >> 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.