Date: Wed, 4 Jun 1997 17:26:02 +0300 (IDT) From: Eli Zaretskii To: James Shirley cc: djgpp AT delorie DOT com Subject: Re: Inline Assembly In-Reply-To: <3394E0CD.DE5@alpha7.curtin.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 4 Jun 1997, James Shirley wrote: > Im am trying to do a few graphics routines which require some inline > assembly. I was using Turbo C 3 before and when I loaded the code into > RHIDE it gave errors for asm {... are there any extra libs i have to > download to get assembly working.... The syntax of inline assembly is very different in DJGPP. Please get the DJGPP FAQ list (v2/faq210b.zip from the same place you get DJGPP) and read sections 17.1 and 18.13 there.