Date: Thu, 14 Nov 1996 17:30:15 +0200 (IST) From: Eli Zaretskii To: "Hee Dong,Lim" Cc: djgpp AT delorie DOT com Subject: Re: How to use inline assembly language in my c source file? In-Reply-To: <328B342B.77F0@chungbuk.ac.kr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 15 Nov 1996, Hee Dong,Lim wrote: > I wrote "asm push ax" in my source file. > but gcc reported error meggage "parse error before ax" > ? > I wanna get information inline assembly language usage in gcc. Please donwload the DJGPP FAQ list (v2/faq202b.zip from the same place you get DJGPP) and read section 18.13 there. It points you to the docs that you should read about GCC inline assembly facilities.