Command: JNAE-Jump if not above or equal (CF=1)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JNAE label
Effects: If carry flag is set transfer control to label without recording return information, else continue with next operation.
Flags to be set: None
Misc: same as JB and JC