PIC16CXX Instruction Set


INCF


Syntax : INCF f,d

Description : Increments register 'f'.
              If 'd' is 0 the result is stored in the W register.
              If 'd' is 1 the result is stored back in register 'f'.

Function : f + 1 → d

Hex code : 0Aff

Bit field:
00 1010 dfff ffff

Words : 1

Cycles : 1

Affected flags : Zero

See also :   DECF,   DECFSZ,   INCFSZ
Previous    Upper level    Next