Command: JNL-Jump if not Less (signed) (SF=OF)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JNL label
Effects: If signed and overflow flags equal (both set or both clear) transfer control to label without recording return information, else continue with next operation.
Flags to be set: None
Misc: same as JGE