C# Class Mosa.Compiler.Framework.IR.LogicalXor

Intermediate representation of the exclusive-or operation.
Inheritance: Mosa.Compiler.Framework.IR.ThreeOperandInstruction
Exibir arquivo Open project: tgiphil/MOSA-Project

Public Methods

Method Description
LogicalXor ( )

Initializes a new instance of the LogicalXor class.

Method Details

LogicalXor() public method

Initializes a new instance of the LogicalXor class.
public LogicalXor ( )