Date: Tue, 13 Jul 1999 09:43:40 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Matthew Smith cc: djgpp AT delorie DOT com Subject: Re: Inline Assembler using DJGPP In-Reply-To: <7mcr1u$4cp$1@nclient5-gui.server.virgin.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 12 Jul 1999, 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. See sections 17.1 and 18.13 of the DJGPP FAQ list, they discuss these problems and point you to some tutorials.