Date: Thu, 27 Jun 1996 08:53:33 +0200 (IST) From: Eli Zaretskii To: Joona Cc: djgpp AT delorie DOT com Subject: Re: Inline-Assembler In-Reply-To: <4qrj6k$kof@tron.sci.fi> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 26 Jun 1996, Joona wrote: > How can I put assembler to my C -code. Read the section "Extended Asm" and a few sections after that in the chapter "C Extensions" of the GCC on-line docs. The inline asm facility of GCC is very powerful and complex, and its docs is too long to be posted. If you have installed the Info reader, type this from the DOS prompt: info gcc "C Extensions" "Extended Asm" (note the quotes!). If you don't have info.exe, download and install the file v2gnu/txi360b.zip (or else you won't be able to read any DJGPP docs).