You are here : assembly8086JNS

JNS - 8086

Short Jump if Not Signed (if positive). Set by CMP, SUB, ADD, TEST, AND, OR, XOR instructions.

Algorithm: if SF = 0 then jump


Syntax

JNS Label


Example

JNS Label


Output / Return Value


Limitations


Alternatives / See Also


Reference