Call Conditionally
CC
7-61
Assembly Language Instructions
Example
CC
PGM191,LEQ,C
If the accumulator contents are less than or equal to zero and the carry bit is
set, 0BFh (191) is loaded into the program counter, and the program continues
to execute from that location. If the conditions are not met, execution continues
at the instruction following the CC instruction.