BCC - Branch if Carry Clear ;flags()

BCC rel ;PC <= PC + 2 + rel ;(REL) relative addressing

;if C=0

Tests the state of the C bit in the CCR and causes a branch if C is clear.