Command: JNBE-Jump if not below or equal (CF=0 and ZF=0)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JNBE label
Effects: If both carry and zero flags are clear transfer control to label without recording return information, else continue with next operation.
Flags to be set: None
Misc: same as JA