The XCHG (Exchange) instruction.

Namespace: SharpAssembler.x86.Instructions
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class Xchg : Instruction, ILockInstruction
Visual Basic
Public Class Xchg _
	Inherits Instruction _
	Implements ILockInstruction
Visual C++
public ref class Xchg : public Instruction, 
	ILockInstruction

Contracts

Invariants
this.first != null
					this.first is EffectiveAddress ||
					this.first is RegisterOperand
this.second != null

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.x86..::..Instruction
      SharpAssembler.x86.Instructions..::..Xchg

See Also