C# Class SharpOS.AOT.IR.Instructions.Branch

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method Description
Branch ( RelationalType type, Register first, Register second ) : System

Initializes a new instance of the Branch class.

Method Details

Branch() public method

Initializes a new instance of the Branch class.
public Branch ( RelationalType type, Register first, Register second ) : System
type RelationalType The type.
first Register The first.
second Register The second.
return System