C# 클래스 SharpOS.AOT.IR.Instructions.Branch

상속: Instruction
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
Branch ( RelationalType type, Register first, Register second ) : System

Initializes a new instance of the Branch class.

메소드 상세

Branch() 공개 메소드

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.
리턴 System