
JA
JNBE
JUMP ON ABOVE
JUMPONNOTBELOW
OR EQUAL
JA
JNBE
Operation: | Flags Affected: |
if (CF) & (ZF) = 0 then | None |
(IP) +- (IP) + disp |
|
to |
|
Description: |
|
Jump on Above (JA)/Jump on Not Below or |
|
Equal (JNBE) transfers control to the target |
|
operand (IP + displacement) ifCF and ZF = O.
Encoding:
I 0111 0111 | disp |
JA/JNBE Operands Clocks Transfers Bytes JA Coding Example
16 or 4 | - | 2 JA ABOVE |
JNBE Coding Example
JNBE ABOVE