A 6502 instruction that adds 1 to from register Y, wrapping the value to zero if it's already 255.
  • Function: Y++
  • Updates flags: S . . . . . Z .
  • Opcode number: $C8 (2 cycles)

Similar: DEC | DEY | INC | INX | INY
See also: 6502 instructions | 6502 addressing modes