pub fn xor(ctx: &mut Context, op: &Op) -> PasmResult
Expand description

Bitwise XOR

Syntax

  1. XOR [lit | reg | loc] - XOR with ACC
  2. XOR [reg | loc],[lit | reg | loc] - store second XOR first to first
  3. XOR [reg | loc],[lit | reg | loc],[lit | reg | loc] - store second XOR third to first