DEC (decrement memory) Tags: NZ

Description:

Reduces memory by one byte value. For the 65C02 & 65816, DEC without an operand will decrement the accumulator.

Example:

    DEC alpha    ; decrease of 1 given at 'alpha'
    DEC          ; decrease accumulator by 1 (65C02 or 65816 only)