C# Class Mosa.Compiler.Framework.CIL.LdlenInstruction

Inheritance: Mosa.Compiler.Framework.CIL.UnaryInstruction
Mostrar archivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
LdlenInstruction ( OpCode opcode )

Initializes a new instance of the LdlenInstruction class.

Resolve ( Context ctx, BaseMethodCompiler compiler ) : void

Validates the instruction operands and creates a matching variable for the result.

Method Details

LdlenInstruction() public method

Initializes a new instance of the LdlenInstruction class.
public LdlenInstruction ( OpCode opcode )
opcode OpCode The opcode.

Resolve() public method

Validates the instruction operands and creates a matching variable for the result.
public Resolve ( Context ctx, BaseMethodCompiler compiler ) : void
ctx Context The context.
compiler BaseMethodCompiler The compiler.
return void