PIC16C5X 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 : 20f

Bit field:
0010 00df ffff

Words : 1

Cycles : 1

Affected flags : Zero

See also :   MOVLW,   MOVWF
Previous    Upper level    Next