Class InstructionWithDestination
Inheritance
System.Object
InstructionWithDestination
Assembly: XSharp.dll
Syntax
public abstract class InstructionWithDestination : Instruction, IInstructionWithDestination
Constructors
|
Improve this Doc
View Source
InstructionWithDestination()
Declaration
public InstructionWithDestination()
|
Improve this Doc
View Source
InstructionWithDestination(String)
Declaration
public InstructionWithDestination(string mnemonic)
Parameters
Type |
Name |
Description |
System.String |
mnemonic |
|
Properties
|
Improve this Doc
View Source
DestinationDisplacement
Declaration
public int? DestinationDisplacement { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
DestinationEmpty
Declaration
public bool DestinationEmpty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DestinationIsIndirect
Declaration
public bool DestinationIsIndirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DestinationRef
Declaration
public ElementReference DestinationRef { get; set; }
Property Value
|
Improve this Doc
View Source
DestinationReg
Declaration
public RegistersEnum? DestinationReg { get; set; }
Property Value
|
Improve this Doc
View Source
DestinationValue
Declaration
public uint? DestinationValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|
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 aAddresss)
Parameters
Type |
Name |
Description |
Assembler |
aAssembler |
|
System.UInt64 |
aAddresss |
|
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 |
|
Implements