Initializes a new instance of the Bswap class.

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 Bswap(
	RegisterOperand subject
)
Visual Basic
Public Sub New ( _
	subject As RegisterOperand _
)
Visual C++
public:
Bswap(
	RegisterOperand^ subject
)

Parameters

subject
Type: SharpAssembler.x86.Operands..::..RegisterOperand
The register whose bytes will be swapped.

Exceptions

ExceptionCondition
System..::..ArgumentNullExceptionsubject == null

Contracts

See Also