You are here : assembly8086JNB

JNB - 8086

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


Syntax

JNB Label


Example

JNB Label


Output / Return Value


Limitations


Alternatives / See Also


Reference