Command: JG-Jump if Greater (signed) (ZF=0 and SF=OF)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JG label
Effects: If zero flag is clear and overflow and Signed flags are equal transfer control to label without recording return information, else continue with next operation.
Flags to be set: none
Misc: same as JNLE