noun
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.