Class JumpBase
Inheritance
System.Object
JumpBase
Assembly: XSharp.dll
Syntax
public abstract class JumpBase : InstructionWithDestination, IInstructionWithDestination
Constructors
|
Improve this Doc
View Source
JumpBase(String)
Declaration
protected JumpBase(string mnemonic = null)
Parameters
Type |
Name |
Description |
System.String |
mnemonic |
|
Fields
|
Improve this Doc
View Source
mCorrectAddress
Declaration
protected bool mCorrectAddress
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mNear
Declaration
Field Value
Type |
Description |
System.Boolean |
|
Properties
|
Improve this Doc
View Source
DestinationLabel
Declaration
public string DestinationLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsRelativeJump
Declaration
protected virtual bool IsRelativeJump { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
WriteData(Assembler, Stream)
Declaration
public override void WriteData(Assembler aAssembler, Stream aOutput)
Parameters
Type |
Name |
Description |
Assembler |
aAssembler |
|
Stream |
aOutput |
|
Overrides
Implements