Method | Description | |
---|---|---|
GetName ( object value ) : string |
Gets the name.
|
|
Register ( string name, byte index ) : System |
Primary constructor for derived classes to overload when instanciating a reference to an x86 register.
|
|
ToString ( ) : string |
Returns the name of this register as a String
|
public static GetName ( object value ) : string | ||
value | object | The value. |
return | string |
public Register ( 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 |