Command: JL-Jump if less (signed) (SF!=OF)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JL label
Effects: If 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
Misc: same as JNGE