Command: JNO-Jump if not Overflow (OF=0)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JNS label
Effects: If OF is clear transfer control to label without recording return information, else continue with next operation.
Flags to be set: None