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( RelativeOffset target ) |
Visual Basic |
---|
Public Sub New ( _ target As RelativeOffset _ ) |
Visual C++ |
---|
public: JmpNear( RelativeOffset^ target ) |
Parameters
- target
- Type: SharpAssembler.x86.Operands..::..RelativeOffset
The relative offset to the jump target.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | target == null |
Contracts
Requires | ||
---|---|---|
target != null
|