Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->DEC

Decrement Memory

Compatibility: 6800, 6802, 6803, 6303R, 6303X, 6303Y

M - 1 -> M

Condition Code Register

C  Not affected
V  Set if operand=%10000000 before execution, else cleared
Z  Set if result zero, else cleared
N  Set if result negative, else cleared
I  Not affected
H  Not affected

    
Addressing modeopcycbytesAssembler syntax
Index :6A62DEC <exprn.>,X
Extend:7A63DEC <exprn.>