PIC16C5X Instruction Set


XORWF


Syntax : XORWF f,d

Description : The contents of W register are XOR'ed with register 'f'.
              If 'd' is 0 the result is stored in the W register.
              If 'd' is 1 the result is stored back in register 'f'.

Function : W .XOR. f → d

Hex code : 18f

Bit field:
0001 10df ffff

Words : 1

Cycles : 1

Affected flags : Zero

See also :   ANDWF,   IORWF
Previous    Upper level    Next