Re: intel asm

Roger Espel Llima (espel@llaic.u-clermont1.fr)
Mon, 16 Nov 1998 19:03:38 +0100


Rich Hohensee wrote:

> The plain gcc and gcc -O6 both produced code using 21 or so different
> opcodes. Mnemonics, rather. Dick used 27 different instructions. Hmmm.
> Here's who_used_what....

[ ... ]

> 11 jbe jbe
> 12 je
> 13 jmp jmp
> 14 jne
> 15 jnz
> 16 jz

jz and je are equivalent, and so are jne and jnz.

that is, unless 'gas' is more different from Intel syntax than
reasonable...

-- 
Roger Espel Llima, espel@llaic.u-clermont1.fr
http://www.eleves.ens.fr:8080/home/espel/index.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/