Initializes a new instance of the Aam class.
            
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public Aam( Immediate base ) | 
| Visual Basic | 
|---|
| Public Sub New ( _ base As Immediate _ ) | 
| Visual C++ | 
|---|
| public: Aam( Immediate^ base ) | 
Parameters
- base
- Type: SharpAssembler.x86.Operands..::..Immediate
 The base of the operation.





