The J (Jump on Condition) 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 J : Instruction, IConditionalInstruction |
Visual Basic |
---|
Public Class J _ Inherits Instruction _ Implements IConditionalInstruction |
Visual C++ |
---|
public ref class J : public Instruction, IConditionalInstruction |
Contracts
Invariants |
---|
this.offset != null |
Enum.IsDefined(typeof(InstructionCondition), this.condition) |
this.condition != InstructionCondition.None |
Inheritance Hierarchy
System..::..Object
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..J
SharpAssembler.Core..::..Constructable
SharpAssembler.x86..::..Instruction
SharpAssembler.x86.Instructions..::..J