Pushes the next execution address onto the stack and writes the address at which labelA is defined to the execution register. Effectively, this calls a routine.
Evaluates condition cond, then pushes the next execution address onto the stack and writes the address at which labelA is defined to the execution register if cond was evaluated truthfully. Effectively, this calls a routine if the condition is true.