Date: Sun, 31 Jan 1999 19:23:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: David Sikter cc: djgpp AT delorie DOT com Subject: Re: built in assembler In-Reply-To: <19990131162744.11493.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Sun, 31 Jan 1999, David Sikter wrote: > I am used to the build-in assembler in pascal, where you simply make a > asm > ... > end; > > I have noticed that there is a reserved word "asm" (according to my > rhide) in djgpp. but how does it work? This is explained in section 18.13 of the DJGPP FAQ list, which also points you to more detailed documentation. The inline assembly facilities are extremely powerful and flexible, and cannot be described in a message, so please read the docs.