PIC17CXX Instruction Set


MOVLW


Syntax : MOVLW k

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

Function : k → W

Hex code : B0kk

Bit field:
1011 0000 kkkk kkkk

Words : 1

Cycles : 1

Affected flags : None

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