noun
conditional branch instruction
Technical computing term for an instruction that changes the flow of execution based on a condition.
アセンブリ言語では、条件分岐命令を使ってループを実装する。
In assembly language, conditional branch instructions are used to implement loops.
Compound of 条件 (condition), 分岐 (branch), and 命令 (instruction). A straightforward technical term.