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

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

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