PIC16CXX Instruction Set


ANDLW


Syntax : ANDLW k

Description : The contents of W register are AND'ed with the 8-bit literal 'k'.
              The result is stored in the W register.

Function : W .AND. k → W

Hex code : 39kk

Bit field:
11 1001 kkkk kkkk

Words : 1

Cycles : 1

Affected flags : Zero

See also : IORLWXORLW 
Previous    Upper level    Next