PIC17CXX 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 : 14ff

Bit field:
0001 010d ffff ffff

Words : 1

Cycles : 1

Affected flags : Zero

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