JA
JNBE
JUMP
ON
ABOVE
JA
JUMPONNOTBELOW
JNBE
OR
EQUAL
Operation: Flags Affected:
if (CF) & (ZF) = 0 then
None
(IP)
+-
(IP) +
disp
(sign-extended
to
16-bits)
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
short-label
16
or
4
-
2-86
Bytes
2
JA
Coding Example
JA
ABOVE
JNBE Coding Example
JNBE
ABOVE