Command: JNB-Jump if not below (CF=0)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JNB label
Effects: If carry flag is clear transfer control to label without recording return information, else continue with next operation.
Flags to be set: None
Misc: same as JNC and JAE