PIC17CXX Instruction Set


MOVFP


Syntax : MOVFP f,p

Description : The contents of data memory 'f' are moved to data memory 'p'.
              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 data memory location to a 
              peripheral register. Both 'f' and 'p' can be addressed indirectly.

Function : f → p

Hex code : 6pff

Bit field:
011p pppp ffff ffff

Words : 1

Cycles : 1

Affected flags :None

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