C# 클래스 Mosa.Compiler.Framework.Register

Represents a machine specific abstract register.
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

보호된 메소드들

메소드 설명
Register ( int index )

Initializes a new instance of Register.

메소드 상세

Register() 보호된 메소드

Initializes a new instance of Register.
protected Register ( int index )
index int The numeric index of the register.