Class Instruction
Inheritance
System.Object
Instruction
Assembly: XSharp.dll
Syntax
public abstract class Instruction : BaseAssemblerElement
Constructors
|
Improve this Doc
View Source
Instruction(Boolean, String)
Declaration
protected Instruction(bool aAddToAssembler, string mnemonic = null)
Parameters
Type |
Name |
Description |
System.Boolean |
aAddToAssembler |
|
System.String |
mnemonic |
|
|
Improve this Doc
View Source
Instruction(String)
Declaration
protected Instruction(string mnemonic = null)
Parameters
Type |
Name |
Description |
System.String |
mnemonic |
|
Fields
|
Improve this Doc
View Source
defaultMnemonicsCache
Cache for the default mnemonics.
Declaration
public static Dictionary<Type, string> defaultMnemonicsCache
Field Value
Type |
Description |
Dictionary<Type, System.String> |
|
|
Improve this Doc
View Source
mAsmMethodIdx
Declaration
protected int mAsmMethodIdx
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
mMethodID
Declaration
Field Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
mMnemonic
Declaration
protected string mMnemonic
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
ActualAddress
Declaration
public override ulong? ActualAddress { get; }
Property Value
Type |
Description |
System.Nullable<System.UInt64> |
|
Overrides
|
Improve this Doc
View Source
AsmMethodIdx
Declaration
public int AsmMethodIdx { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
MethodID
Declaration
public int MethodID { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Mnemonic
Declaration
public string Mnemonic { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
IsComplete(Assembler)
Declaration
public override bool IsComplete(Assembler aAssembler)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
UpdateAddress(Assembler, ref UInt64)
Declaration
public override void UpdateAddress(Assembler aAssembler, ref ulong aAddress)
Parameters
Type |
Name |
Description |
Assembler |
aAssembler |
|
System.UInt64 |
aAddress |
|
Overrides
|
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
|
Improve this Doc
View Source
WriteText(Assembler, TextWriter)
Declaration
public override void WriteText(Assembler aAssembler, TextWriter aOutput)
Parameters
Type |
Name |
Description |
Assembler |
aAssembler |
|
TextWriter |
aOutput |
|
Overrides