A 6502 instruction that performs a branch if the V flag is cleared (i.e. the last ADC or SBC had no arithmetic overflow, bit 6 in a BIT's operand was clear, or a CLV instruction was executed).
  • Function: If(!V) PC + N => PC
  • Updates flags: none
  • Opcode number: $50

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

Log in or register to write something here or to contact authors.