Initializes a new instance of the Cmpxchg8b class.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public Cmpxchg8b( EffectiveAddress destination ) |
Visual Basic |
---|
Public Sub New ( _ destination As EffectiveAddress _ ) |
Visual C++ |
---|
public: Cmpxchg8b( EffectiveAddress^ destination ) |
Parameters
- destination
- Type: SharpAssembler.x86.Operands..::..EffectiveAddress
The operand being compared and written to.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | destination == null |
Contracts
Requires | ||
---|---|---|
destination != null
|