BCS (branch if carry set) Stamps: none
BCS
Description:
Jumps relative to the current position if transfer marker C is set. Otherwise, it does nothing.
Example:
BCS .skip ; jump to label '.skip' if C==1