Date: Fri, 2 Apr 93 08:14:29 EST From: DJ Delorie To: davisjd AT vuse DOT vanderbilt DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Inline Assembly > I know how to use the straight asm statement. But if you throw a > volatile in there I am lost. I have seen source listings where the > assembly sequence if followed by three lines preceded by colons. These are > what I want to know about. If anyone could just send me a well commented > example or something I would really really appreciate it. For that, you must read the gcc manual. It's not easy reading, though, even if you have a formatted printout. DJ