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

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

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