A 6502 instruction that performs a branch if the S flag is cleared (i.e. the last operation returned a result whose most significant bit is 0).
  • Function: If(!S) PC + N => PC
  • Updates flags: none
  • Opcode number: $10

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