BVC

"BVC" is also a: user

(thing) by yerricde Mon Apr 02 2001 at 17:50:22
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

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.