The JMP NEAR (Jump Near) instruction.

Namespace: SharpAssembler.x86.Instructions
Assembly: SharpAssembler x86-64 (in SharpAssembler x86-64.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class JmpNear : Instruction
Visual Basic
Public Class JmpNear _
	Inherits Instruction
Visual C++
public ref class JmpNear : public Instruction

Contracts

Invariants
this.target != null
					this.target is RelativeOffset ||
					this.target is EffectiveAddress ||
					this.target is RegisterOperand

Inheritance Hierarchy

System..::..Object
  SharpAssembler.Core..::..Constructable
    SharpAssembler.x86..::..Instruction
      SharpAssembler.x86.Instructions..::..JmpNear

See Also