PIC17CXX Instruction Set


MOVPF


Syntax : MOVPF p,f

Description : The contents of data memory 'p' are moved to data memory 'f'.
              Location 'f' can be anywhere in the 256 word data space (00h to FFh),
              while 'p' can be 00h to 1Fh. Either 'p' or 'f' can be the W register.
							
              MOVFP is particularly useful to transfer a peripheral location to a 
              data memory register. Both 'f' and 'p' can be addressed indirectly.

Function : p → f

Hex code : 4pff

Bit field:
010p pppp ffff ffff

Words : 1

Cycles : 1

Affected flags :Zero

See also :   MOVFP,   MOVLW,   MOVWF
Previous    Upper level    Next