From: ppiselli AT el4 DOT cs DOT umass DOT edu (PAOLO PISELLI M Z) Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Header Question Date: 2 Jul 1997 19:00:21 GMT Organization: CMPSCI Department, UMass Amherst Lines: 9 Message-ID: <5pe8g5$ldp@kernighan.cs.umass.edu> NNTP-Posting-Host: el4.cs.umass.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk the inline assembler in DJGPP is envoked as such: __asm__ ( ::: ); there is a better description at: http://www.castle.net/~avly/djasm.html