PIC17CXX 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 : 0Cff

Bit field:
0000 110d ffff ffff

Words : 1

Cycles : 1

Affected flags : Zero

See also :   ANDWF,   IORWF
Previous    Upper level    Next