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

Inheritance: Mosa.Compiler.Framework.CIL.ArithmeticInstruction
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
SubInstruction ( OpCode opcode )

Initializes a new instance of the SubInstruction class.

Method Details

SubInstruction() public method

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