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

Inheritance: Mosa.Compiler.Framework.CIL.ArithmeticInstruction
Show file Open project: tgiphil/MOSA-Project

Public Methods

Method Description
MulInstruction ( OpCode opCode )

Initializes a new instance of the MulInstruction class.

Method Details

MulInstruction() public method

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