A 6502 instruction that performs a branch if the C (carry) flag is set (for example, by an ALU instruction or SEC).
  • Function: If(C) PC + N => PC
  • Synonym: BGE
  • Updates flags: none
  • Opcode number: $B0

As opposed to: BCC
See also: 6502 instructions | 6502 addressing modes