Date: Sun, 10 May 1998 17:03:00 +0300 (IDT) From: Eli Zaretskii To: Dark Angel cc: djgpp AT delorie DOT com Subject: Re: Inline assembley? is it possible? In-Reply-To: <01bd7c0b$83fca8e0$adef41c2@default> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 10 May 1998, Dark Angel wrote: > void main() > { > asm { instructions... > }; > } > > why doesn't this work? Is inline assembley in DJGPP diferent from Turbo C? *Totally* different. Please download the DJGPP FAQ list (v2/faq210b.zip) from the same place where you get DJGPP, and read section 18.13 there. It explains some background and then points you to a chapter in the GCC on-line docs which describe the inline assembly facilities. Some related info is in chapter 17 of the FAQ.