Date: Wed, 30 Oct 1996 19:20:24 +0200 (IST) From: Eli Zaretskii To: Bryce Ewing Cc: djgpp AT delorie DOT com Subject: Re: asm in c files In-Reply-To: <553rkm$gp7@newsource.ihug.co.nz> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 29 Oct 1996, Bryce Ewing wrote: > How do I put asm instructions into c files in djgpp, I have tried > asm > { > asm instructions > } > but it doesnt work The DJGPP FAQ list (v2/faq202b.zip from the same place you get DJGPP) discusses the inline assembly issues in section 18.13; it also includes pointers to the places in the docs where you can get more on this. Another place (also quoted in the FAQ) to read about inline assembly is at this URL: http://www.rt66.com/~brennan/djgpp/djgpp_asm.html