C# Class SharpOS.AOT.X86.FPType

Inheritance: Register
ファイルを表示 Open project: sharpos/SharpOS Class Usage Examples

Public Methods

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

Initializes a new instance of the FPType class.

Method Details

FPType() public method

Initializes a new instance of the FPType class.
public FPType ( 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