noun
conditional jump
Computing term for a jump instruction executed only when a specified condition is true. Used in low-level programming and assembly language contexts.
See also: 条件付き飛び越し
アセンブリ言語では、条件付きジャンプを使って分岐を実装する。
In assembly language, conditional jumps are used to implement branching.
Synonymous computing term; 条件付き飛び越し is an older or alternative Japanese rendering of 'conditional jump'.
Compound of 条件付き (conditional) and ジャンプ (jump), a direct calque from English 'conditional jump'.