INC (increment memory) Tags: NZ

Description:

Increases memory by one byte value. For the 65C02 and 65816, INC without an operand will increment the accumulator.

Example:

    INC alpha    ; increase by 1 given at 'alpha'
    INC          ; increase accumulator by 1 (65C02 or 65816 only)