Class InstructionWithDestinationAndSource
Inheritance
System.Object
InstructionWithDestinationAndSource
Assembly: XSharp.dll
Syntax
public abstract class InstructionWithDestinationAndSource : InstructionWithDestination, IInstructionWithDestination, IInstructionWithSource
Constructors
|
Improve this Doc
View Source
InstructionWithDestinationAndSource()
Declaration
public InstructionWithDestinationAndSource()
|
Improve this Doc
View Source
InstructionWithDestinationAndSource(String)
Declaration
public InstructionWithDestinationAndSource(string mnemonic)
Parameters
Type |
Name |
Description |
System.String |
mnemonic |
|
Properties
|
Improve this Doc
View Source
SourceDisplacement
Declaration
public int? SourceDisplacement { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
SourceEmpty
Declaration
public bool SourceEmpty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SourceIsIndirect
Declaration
public bool SourceIsIndirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SourceRef
Declaration
public ElementReference SourceRef { get; set; }
Property Value
|
Improve this Doc
View Source
SourceReg
Declaration
public RegistersEnum? SourceReg { get; set; }
Property Value
|
Improve this Doc
View Source
SourceValue
Declaration
public uint? SourceValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|
Methods
|
Improve this Doc
View Source
GetSourceAsString()
Declaration
protected string GetSourceAsString()
Returns
Type |
Description |
System.String |
|
|
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
WriteText(Assembler, System.IO.TextWriter)
Declaration
public override void WriteText(Assembler aAssembler, System.IO.TextWriter aOutput)
Parameters
Type |
Name |
Description |
Assembler |
aAssembler |
|
System.IO.TextWriter |
aOutput |
|
Overrides
Implements