Command: XOR - Logical exclusive or
Arguments: DEST: register or memory location; SRC: immediate, register or memory location; (two memory operands cannot be used in one instruction)
Usage: XOR DEST,SRC
Effects: DEST := DEST xor SRC Performs bitwise exclusive or of DEST and SRC
Flags to be set: OF, ZF, SF, ZF, PF