Date: Sun, 15 Oct 1995 11:52:59 +0200 (IST) From: Eli Zaretskii To: "Nathan L. Cutler" Cc: djgpp Subject: Re: "In-line assembly" On Sat, 14 Oct 1995, Nathan L. Cutler wrote: > In the interests of increasing my enjoyment of this list, is anybody game > to give me a quick, dirty explanation of the term "in-line" as used in > the phrase "in-line assembler code"? My hunch is that it means you can > put assembler code inside a C program, but I'm not sure... You are right. How to do it is explained in the GCC on-line docs (search for `asm').