You are here : assembly8086JNBE

JNBE - 8086

Short Jump if first operand is Not Below and Not Equal to second operand (as set by CMP instruction). Unsigned.  
Algorithm : if (CF = 0) and (ZF = 0) then jump


Syntax

JNBE Label


Example

JNBE Label


Output / Return Value


Limitations


Alternatives / See Also


Reference