Date: Sun, 8 Sep 1996 09:59:17 +0200 (IST) From: Eli Zaretskii To: Ryan Boyes Cc: djgpp AT delorie DOT com Subject: Re: Inline assembly in djgpp In-Reply-To: <32307C62.5970@postoffice.newnham.utas.edu.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 6 Sep 1996, Ryan Boyes wrote: > Is there a way to implement inline assembly in djgpp c++ programs? If so > where is it mentioned in the documentation. To read the relevant sections of GCC docs, type the following words of wisdom from the DOS prompt: info gcc "C Extensions" "Extended Asm" (Note the quotes and the letter-case: they are important.)