SX Embedded Controller Instruction

NOT W

Description: Perform not on W
Operation: W = 0xFF ^ W
Flags affected: Z
Registers affected: W
Sources referenced: W
Cycles: 1
Opcode:
Actually compiles to: xor w,#$FF
Microchip PIC syntax: XORLW 0FFh
Notes: