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

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