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