Initializes a new instance of the Out 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 Out( Immediate port ) |
| Visual Basic |
|---|
Public Sub New ( _ port As Immediate _ ) |
| Visual C++ |
|---|
public: Out( Immediate^ port ) |
Parameters
- port
- Type: SharpAssembler.x86.Operands..::..Immediate
The port.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | port == null |
Contracts
| Requires | ||
|---|---|---|
port != null
|