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

Inheritance: BaseCILInstruction
Show file Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
LoadInstruction ( OpCode opCode )

Initializes a new instance of the LoadInstruction class.

Protected Methods

Method Description
LoadInstruction ( OpCode code, byte operandCount )

Initializes a new instance of the LoadInstruction class.

Method Details

LoadInstruction() public method

Initializes a new instance of the LoadInstruction class.
public LoadInstruction ( OpCode opCode )
opCode OpCode The op code.

LoadInstruction() protected method

Initializes a new instance of the LoadInstruction class.
protected LoadInstruction ( OpCode code, byte operandCount )
code OpCode The code.
operandCount byte The number of operands of the load.