Method | Description | |
---|---|---|
BinaryComparisonInstruction ( OpCode opcode ) : System |
Initializes a new instance of the BinaryComparisonInstruction class.
|
|
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void |
Decodes the specified instruction.
|
Method | Description | |
---|---|---|
GetModifier ( InstructionNode node ) : string |
Gets the instruction modifier.
|
public BinaryComparisonInstruction ( OpCode opcode ) : System | ||
opcode | OpCode | The opcode. |
return | System |
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void | ||
ctx | InstructionNode | The context. |
decoder | IInstructionDecoder | The instruction decoder, which holds the code stream. |
return | void |
protected GetModifier ( InstructionNode node ) : string | ||
node | InstructionNode | The context. |
return | string |