PIC16C5X 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 : Fkk

Bit field:
1111 kkkk kkkk

Words : 1

Cycles : 1

Affected flags : Zero

See also : ANDLWIORLW 
Previous    Upper level    Next