xor dest, src

Will set dest = dest ^ src

Zeroing Function

  • xor eax, eax is a quick way to set a register to 0