C# Class SharpOS.AOT.X86.DRType

Inheritance: Register
Show file Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method Description
DRType ( string name, byte index ) : System

Initializes a new instance of the DRType class.

Method Details

DRType() public method

Initializes a new instance of the DRType class.
public DRType ( string name, byte index ) : System
name string The name of the register that is being referred to
index byte An implementation-specific number used to encode this register to stream
return System