Writes the address at which labelA is defined to the execution register. Effectively, this continues execution at the label.
Evaluates condition cond, then writes the address at which labelA is defined to the execution register if cond was evaluated truthfully. Effectively, this continues execution at the label if the condition is true.