Interface IInstructionWithDestination
Assembly: XSharp.dll
Syntax
public interface IInstructionWithDestination
Properties
|
Improve this Doc
View Source
DestinationDisplacement
Declaration
int? DestinationDisplacement { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
DestinationEmpty
Declaration
bool DestinationEmpty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DestinationIsIndirect
Declaration
bool DestinationIsIndirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DestinationRef
Declaration
ElementReference DestinationRef { get; set; }
Property Value
|
Improve this Doc
View Source
DestinationReg
Declaration
RegistersEnum? DestinationReg { get; set; }
Property Value
|
Improve this Doc
View Source
DestinationValue
Declaration
uint? DestinationValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|
Extension Methods