PIC16CXX Instruction Set


MOVLW


Syntax : MOVF k

Description : The 8-bit literal 'k' is stored into W register.

Function : k → W

Hex code : 30kk

Bit field:
11 00xx kkkk kkkk

Words : 1

Cycles : 1

Affected flags : None

See also :   MOVF,   MOVWF
Previous    Upper level    Next