Initializes a new instance of the Aad 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 Aad(
	Immediate base
)
Visual Basic
Public Sub New ( _
	base As Immediate _
)
Visual C++
public:
Aad(
	Immediate^ base
)

Parameters

base
Type: SharpAssembler.x86.Operands..::..Immediate
The base of the operation.

See Also