Command: JLE - Jump if less or equal (ZF=1 or SF!=OF)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JLE label
Effects: If zeroflag is set and 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