Command: JNG-Jump if not greater (signed) (ZF=1 or SF != OF)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JNG label
Effects: If zero flag is set or signed and overflow flags differ (one set, the other clear) transfer control to label without recording return information, else continue with next operation.
Flags to be set: None