Date: Thu, 9 May 1996 07:17:23 +0200 (IST) From: Eli Zaretskii To: "Salvador Tropea,ICE" Cc: djgpp AT delorie DOT com Subject: Re: Problems with inline asm of GCC 2.7.2 In-Reply-To: <9605081434.aa25285@ailin.inti.edu.ar> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Wed, 8 May 1996, Salvador Tropea,ICE wrote: > 1) Problems with JCXZ. > 2) C Extensions to inline asm not supported under C++!!!??? > 3) GCC is idiot or is a nest of bugs? > 4) Hey, ES,GS and FS are registers, but GCC don't know this. Be sure to read section 17.2 of the DJGPP FAQ list (v2/faq200b.zip from the same place you get DJGPP). It warns you about some *real* bugs in the GNU Assembler and tells you how to avoid them. This will save you some grief once you get past the initial culture shock and correct the errors that DJ pointed out.