BCC (branch if carry clear) Tags: none #
BCC
Description:
Jumps relative to the current position if the transfer marker C is deleted. Otherwise, it does nothing.
Example:
BCC .skip ; jump to label '.skip' if C==0