JAE
JNB
JUMP
ON
ABOVE
OR
EQUAL
JUMP
ON
NOT BELOW
Operation: Flags Affected:
if (CF) = a then None
(lP)
- (lP) + disp (sign-extended
to 16-bits)
Description:
JAE (Jump on Above or Equal)/JNB (Jump
on Not Below) transfers control
to
the target
operand
(IP + displacement)
if
CF
=
O.
Encoding:
I I a
111
a a 11 disp
JAE
JNB
JAE/JNB
Operands
Clocks Transfers Bytes JAE Coding Example
short-label
16
or
4
- 2
JAE
ABOVE_EQUAL
2-87