Function cambridge_asm::exec::bitman::xor

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

Bitwise XOR

Syntax

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