C# Class Mosa.Compiler.Framework.Register

Represents a machine specific abstract register.
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes protégées

Méthode Description
Register ( int index )

Initializes a new instance of Register.

Method Details

Register() protected méthode

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