Date: Mon, 1 Feb 1999 19:20:27 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Dave Bird cc: djgpp AT delorie DOT com Subject: Re: built in assembler In-Reply-To: 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, Dave Bird wrote: > I **think** this is right..... > most 'C' compilers have a begin-bracket after the word 'asm', > and an end-bracket instead of the word 'end'. Like this: > > asm{ > mov eax,23; > }; No, the syntax of inline assembly accepted by DJGPP is *very* different. See the FAQ for more details.