From: Christoph Kukulies Message-Id: <199611150910.KAA02656@gilberto.physik.rwth-aachen.de> Subject: Re: How to use inline assembly language in my c source file? In-Reply-To: <328B342B.77F0@chungbuk.ac.kr> from "Hee Dong,Lim" at "Nov 15, 96 00:03:03 am" To: dkh AT chungbuk DOT ac DOT kr (Hee Dong, Lim) Date: Fri, 15 Nov 1996 10:10:04 +0100 (MET) Cc: djgpp AT delorie DOT com Reply-To: Christoph Kukulies MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 593 > Hi? > I'm a korean student who studies computer engineering. > I'm interested in programming with djgpp. > djgpp is uhm...FANTASTIC! > I wrote "asm push ax" in my source file. > but gcc reported error meggage "parse error before ax" You have to put it in parentheses: asm ("push ax"); at minimum but there's more to it. Take a look at: http://www.rt66.com/~brennan/djgpp/djgpp_asm.html > ? > I wanna get information inline assembly language usage in gcc. > please...tell me... > waiting for your contact... > goodbye! > --Chris Christoph P. U. Kukulies kuku AT gil DOT physik DOT rwth-aachen DOT de