You are here : assembly8086JNC

JNC - 8086

Short Jump if Carry flag is set to 0.  
Algorithm : if CF = 0 then jump


Syntax

JNC LABEL


Example

JNC LABEL


Output / Return Value


Limitations


Alternatives / See Also


Reference