Command: JNLE-Jump if not Less or Equal (signed) (ZF=0 and SF=OF)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JNLE label
Effects: If zero and overflow flags are clear transfer control to label without recording return information, else continue with next operation.
Flags to be set: None