conditional jump instruction
Technical computing term for an instruction that causes a jump to another part of the program only if a specified condition is met.
In assembly language, conditional jump instructions are often used to implement loops.
An unconditional jump instruction that always transfers control, regardless of any condition.
Compound of 条件付き (conditional) + 飛越し (jump) + 命令 (instruction), a direct calque from English computing terminology.