Conditional Call
The CC (conditional call) is a 2-word instruction. The CC instruction operates
like the BCND except that the PC pointing to the instruction following the CC
is pushed onto the stack. Thus, the return (RET) operation can pop the stack
to return to the calling sequence. A subroutine or function can have multiple
return paths depending on the data being processed.