Assembly , Conditions Conditional execution in assembly language is accomplished by several looping and branching instructions. The most common way to transfer control in assembly language is to use a conditional jump. It is used along with the conditional jump instruction for decision making.