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.