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