Crossware

Table of Contents        Previous topic       Next topic       

MICROPROCESSOR INSTRUCTION REFERENCE->INC

INC                    Increment Operand

The operand is incremented by one.

No flags are affected.

Formats:
    
DescriptionMnemonicBytesCycles
    
Increment accumulator:INC A11
Increment register:INC Rn11
Increment memory:INC <direct address>21
Increment indirect address:INC @Ri11
Increment Data Pointer:INC DPTR12


where Rn is R0 - R7 and Ri is R0 or R1

The carry is not affected.