PIC16CXX Instruction Set


XORLW


Syntax : XORLW k

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

Function : W .XOR. k → W

Hex code : 3Akk

Bit field:
11 1010 kkkk kkkk

Words : 1

Cycles : 1

Affected flags : Zero

See also : ANDLWIORLW 
Previous    Upper level    Next