Interface IInstructionWithSource
Assembly: XSharp.dll
Syntax
public interface IInstructionWithSource
Properties
|
Improve this Doc
View Source
SourceDisplacement
Declaration
int? SourceDisplacement { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
SourceEmpty
Declaration
bool SourceEmpty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SourceIsIndirect
Declaration
bool SourceIsIndirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SourceRef
Declaration
ElementReference SourceRef { get; set; }
Property Value
|
Improve this Doc
View Source
SourceReg
Declaration
RegistersEnum? SourceReg { get; set; }
Property Value
|
Improve this Doc
View Source
SourceValue
Declaration
uint? SourceValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|