


JOV Jump on Overflow MIX conditional jump to location M if overflow toggle is on if jump occurs, J-register loaded with the address of the instruction which would have been next if the jump had not been taken.Bcc Branch Conditionally Motorola 680×0, Motorola 68300 short (16 bit) conditional branch relative to the current program counter based on a tested condition: BCC, BCS, BEQ, BGE, BGT, BHI, BLE, BLS, BLT, BMI, BNE, BPL, BVC, BVS.Jcc Jump Conditionally Intel 80×86 conditional jump (near or far direct or indirect ) based on a tested condition: JA/JNBE, JAE/JNB, JB/JNAE, JBE/JNA, JC, JE/JZ, JNC, JNE/JNZ, JNP/JPO, JP/JPE, JG/JNLE, JGE/JNL, JL/JNGE, JLE/JNG, JNO, JNS, JO, JS.JSJ Jump, Save J-register MIX unconditional jump to location M J-register unchanged.JMP Jump MIX unconditional jump to location M J-register loaded with the address of the instruction which would have been next if the jump had not been taken.JMP Jump Intel 80×86 unconditional jump (near or far direct or indirect ).JMP Jump Motorola 680×0, Motorola 68300 unconditional jump (any valid effective addressing mode other than data register).BRA Branch Motorola 680×0, Motorola 68300 short (16 bit) unconditional branch relative to the current program counter.
