메소드 | 설명 | |
---|---|---|
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void |
Decodes the specified instruction.
|
|
LdlocInstruction ( OpCode opCode ) : Mosa.Compiler.Common |
Initializes a new instance of the LdlocInstruction class.
|
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void | ||
ctx | InstructionNode | The context. |
decoder | IInstructionDecoder | The instruction decoder, which holds the code stream. |
리턴 | void |
public LdlocInstruction ( OpCode opCode ) : Mosa.Compiler.Common | ||
opCode | OpCode | |
리턴 | Mosa.Compiler.Common |