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