Interface IInstructionWithArgument
Assembly: XSharp.dll
Syntax
public interface IInstructionWithArgument
Properties
|
Improve this Doc
View Source
ArgumentDisplacement
Declaration
int ArgumentDisplacement { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ArgumentEmpty
Declaration
bool ArgumentEmpty { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ArgumentIsIndirect
Declaration
bool ArgumentIsIndirect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ArgumentRef
Declaration
ElementReference ArgumentRef { get; set; }
Property Value
|
Improve this Doc
View Source
ArgumentReg
Declaration
RegistersEnum? ArgumentReg { get; set; }
Property Value
|
Improve this Doc
View Source
ArgumentValue
Declaration
uint? ArgumentValue { get; set; }
Property Value
Type |
Description |
System.Nullable<System.UInt32> |
|