Date: Tue, 9 Apr 1996 11:04:23 +0200 (IST) From: Eli Zaretskii To: Jason Keddie Cc: djgpp AT delorie DOT com Subject: Re: A few Questions. In-Reply-To: <4kadi7$1ut@nntp.pinc.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 8 Apr 1996, Jason Keddie wrote: > How do you have DJGPP use Pentium optimization if it can - or better > still just tell me to where I can get information on all command line > options. I want to use a few Pentium opcodes inline. Can I do this? That question refers to GCC. GCC comes with on-line docs that can be found in the info subdirectory of the main DJGPP installation directory, after you install gcc272b.zip archive. If you have the standalone Info reader installed (if not, get and install txi360b.zip), you should be able to read that docs by typing the following words of wisdom from the DOS prompt: info gcc [Enter] The docs includes both the description of all the command-line switches and the inline assembly facilities of the compiler.