1,885
edits
Changes
→Branches
CLC ; clear the carry flag
BCC SOMEWHERE ; branch if carry clear (which will always be the casebecause of the previous line) - this is unconditional
Although not included in the basic/original 6502, some newer variants of this processor (such as the [https://en.wikipedia.org/wiki/WDC_65C02 65C02]) have a BRanch Always (BRA) instruction which performs an unconditional relative branch.