Property | Type | Description |
---|
Method | Description | |
---|---|---|
BaseInstruction ( byte resultCount, byte operandCount ) : System |
Initializes a new instance of the BaseInstruction class.
|
|
GetSizeString ( InstructionSize size ) : string | ||
Resolve ( |
Validates the specified instruction.
|
|
ToString ( ) : string |
Returns a string representation of the context.
|
|
ToString ( |
Returns a System.String that represents this instance.
|
Method | Description | |
---|---|---|
GetConditionString ( ConditionCode conditioncode ) : string |
Gets the condition string.
|
|
GetModifier ( |
Gets the instruction modifier.
|
public BaseInstruction ( byte resultCount, byte operandCount ) : System | ||
resultCount | byte | The result count. |
operandCount | byte | The operand count. |
return | System |
protected GetConditionString ( ConditionCode conditioncode ) : string | ||
conditioncode | ConditionCode | The condition code. |
return | string |
protected GetModifier ( |
||
node | The node. | |
return | string |
public static GetSizeString ( InstructionSize size ) : string | ||
size | InstructionSize | |
return | string |
public Resolve ( |
||
ctx | The context. | |
compiler | The compiler. | |
return | void |
public ToString ( |
||
node | The context. | |
return | string |