BCS - Branch if Carry Set ;flags()
BCS rel ;PC <= PC + 2 + rel ;(REL) relative addressing
;if C=1
Tests the state of the C bit in the CCR and causes a branch if C is set.