The JMP FAR (Jump Far) instruction.
Namespace: SharpAssembler.x86.InstructionsAssembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public class JmpFar : Instruction |
Visual Basic |
---|
Public Class JmpFar _ Inherits Instruction |
Visual C++ |
---|
public ref class JmpFar : public Instruction |
Contracts
Invariants |
---|
this.target != null |
this.target is FarPointer || this.target is EffectiveAddress |
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..JmpFar
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..JmpFar