Date: Fri, 24 May 1996 14:34:31 +0200 (IST) From: Eli Zaretskii To: "Vincent Penquerc'h" Cc: djgpp AT delorie DOT com Subject: Re: Inline ASM, Mode 13h problem In-Reply-To: <1996May23.061756.10087@cnet.fr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 23 May 1996, Vincent Penquerc'h wrote: > Hmmm ... Are these 80x86 opcodes ?? Uses es, edi, but seem so weird ... > I think operands are in reversed order. Where does this assembler > come from ??? This is the AT&T assembly syntax accepted by Gas, the GNU Assembler that comes with DJGPP (and is used by Gcc for object code generation pass). You can read about the differences between this syntax and the Intel syntax in the DJGPP FAQ list (available as v2/faq200b.zip from the same place you get DJGPP), section 17.1.