Message-ID: <378A0A9F.6C01@ns.sympatico.ca> From: Klaas Organization: N/A X-Mailer: Mozilla 3.04 (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: Inline Assembler using DJGPP References: <7mcr1u$4cp$1 AT nclient5-gui DOT server DOT virgin DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 16 Date: Mon, 12 Jul 1999 12:32:47 -0300 NNTP-Posting-Host: 142.177.98.78 X-Trace: sapphire.mtt.net 931793920 142.177.98.78 (Mon, 12 Jul 1999 12:38:40 ADT) NNTP-Posting-Date: Mon, 12 Jul 1999 12:38:40 ADT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You must use the AT&T syntax of assembly language which is much different than the intel syntax. A document outlining the differences can be found on the djgpp home page. -Mike Matthew Smith wrote: > > Does anyone know how to use inline with DJGPP? > I know it sports an assembler because some of the library's functions use > it. But it's not like anything I've seen before. There are %% all over the > place, and anything I try to do results in errors like "No equivilant 386 > instruction" or something similar. > Please help. > > King Bee.