Mail Archives: djgpp/1996/05/24/07:38:44
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.
- Raw text -