Method | Description | |
---|---|---|
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void |
Decodes the specified instruction.
|
|
StfldInstruction ( OpCode opcode ) : Mosa.Compiler.MosaTypeSystem |
Initializes a new instance of the StfldInstruction class.
|
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void | ||
ctx | InstructionNode | The context. |
decoder | IInstructionDecoder | The instruction decoder, which holds the code stream. |
return | void |
public StfldInstruction ( OpCode opcode ) : Mosa.Compiler.MosaTypeSystem | ||
opcode | OpCode | The opcode. |
return | Mosa.Compiler.MosaTypeSystem |