Initializes a new instance of the JmpFar 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 JmpFar( EffectiveAddress target ) |
| Visual Basic |
|---|
Public Sub New ( _ target As EffectiveAddress _ ) |
| Visual C++ |
|---|
public: JmpFar( EffectiveAddress^ target ) |
Parameters
- target
- Type: SharpAssembler.x86.Operands..::..EffectiveAddress
The memory location containing the new far jump target address and segment.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | target == null |
Contracts
| Requires | ||
|---|---|---|
target != null
|