PIC16CXX Instruction Set


MOVF


Syntax : MOVF f,d

Description : The contents of register 'f' are moved.
              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 → d

Hex code : 08ff

Bit field:
00 1000 dfff ffff

Words : 1

Cycles : 1

Affected flags : Zero

See also :   MOVLW,   MOVWF
Previous    Upper level    Next