Skip to content

Branching Statements

uzelac edited this page Feb 14, 2019 · 4 revisions

BRZ Label (BRanch Zero) - Branch to Label if Zero flag is set

BNE Label (Branch Not Equal) - Brach to Label if Zero flag not set

BPL Label (Branch PLus) - Branch to Label if Minus flag is not set

BMI Label (Branch MInus) - Branch to Label if Minus flag set

BCC Label (Branch Carry Clear) - Branch to Label if Carry flag is not set

BRC Label (BRanch Carry) - Branch to Label if Carry flag set

BRA Label (BRanch Always) - Branch to Label always

Clone this wiki locally