Intel 64 and IA-32 Architectures Software Developers Manual Volume 2A, Instruction Set Reference, A-M
Vol. 2 3-497
INSTRUCTION SET REFERENCE, A-M
0F 8E cd JLE rel32 Valid Valid Jump near if less or equal (ZF=1 or SF≠
OF).
0F 86 cw JNA rel16 N.S. Valid Jump near if not above (CF=1 or ZF=1).
Not supported in 64-bit mode.
0F 86 cd JNA rel32 Valid Valid Jump near if not above (CF=1 or ZF=1).
0F 82 cw JNAE rel16 N.S. Valid Jump near if not above or equal (CF=1).
Not supported in 64-bit mode.
0F 82 cd JNAE rel32 Valid Valid Jump near if not above or equal (CF=1).
0F 83 cw JNB rel16 N.S. Valid Jump near if not below (CF=0). Not
supported in 64-bit mode.
0F 83 cd JNB rel32 Valid Valid Jump near if not below (CF=0).
0F 87 cw JNBE rel16 N.S. Valid Jump near if not below or equal (CF=0
and ZF=0). Not supported in 64-bit
mode.
0F 87 cd JNBE rel32 Valid Valid Jump near if not below or equal (CF=0
and ZF=0).
0F 83 cw JNC rel16 N.S. Valid Jump near if not carry (CF=0). Not
supported in 64-bit mode.
0F 83 cd JNC rel32 Valid Valid Jump near if not carry (CF=0).
0F 85 cw JNE rel16 N.S. Valid Jump near if not equal (ZF=0). Not
supported in 64-bit mode.
0F 85 cd JNE rel32 Valid Valid Jump near if not equal (ZF=0).
0F 8E cw JNG rel16 N.S. Valid Jump near if not greater (ZF=1 or SF
≠
OF). Not supported in 64-bit mode.
0F 8E cd JNG rel32 Valid Valid Jump near if not greater (ZF=1 or SF
≠
OF).
0F 8C cw JNGE rel16 N.S. Valid Jump near if not greater or equal (SF
≠
OF). Not supported in 64-bit mode.
0F 8C cd JNGE rel32 Valid Valid Jump near if not greater or equal (SF
≠
OF).
0F 8D cw JNL rel16 N.S. Valid Jump near if not less (SF=OF). Not
supported in 64-bit mode.
0F 8D cd JNL rel32 Valid Valid Jump near if not less (SF=OF).
0F 8F cw JNLE rel16 N.S. Valid Jump near if not less or equal (ZF=0
and SF=OF). Not supported in 64-bit
mode.
0F 8F cd JNLE rel32 Valid Valid Jump near if not less or equal (ZF=0
and SF=OF).
Opcode Instruction
64-Bit
Mode
Compat/
Leg Mode Description