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