A 6502 instruction that performs a branch if the Z flag is set (that is, when the last operation returned a zero result).
  • Function: If(Z) PC + N => PC
  • Updates flags: none
  • Opcode number: $F0

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