Mail Archives: djgpp/1996/10/30/13:20:11
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
- Raw text -