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

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

Public Methods

Method Description
RemInstruction ( OpCode opcode )

Initializes a new instance of the RemInstruction class.

Method Details

RemInstruction() public method

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