JLE | JUMP ON LESS |
| OR EQUAL |
JNG JUMP ON NOT GREATER
Operation: | Fla,gs Affected: |
if ((SF) =1= (OF)) or ((ZF) = 1) then | None |
(lP) ~ (IP) + disp |
|
to |
|
JLE
JNG
Description:'
JLE (Jump on Less Than or Equal to)IJNG (Jump on Not Greater Than) transfers control to the target operand (lP + displacement) if the conditions tested «SF XOR OF) or ZF = 1) are less than or equal tolnot greater than the tested value,
Encoding:
I0111111 0 I disp
JLE/JNG Operands Clocks Transfers Bytes JNG Coding Example
16or4 | - | 2 JNG NOT_GREATER |