C# Class Mosa.Compiler.Framework.Register

Represents a machine specific abstract register.
Show file Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Methods

Method Description
Register ( int index )

Initializes a new instance of Register.

Method Details

Register() protected method

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