SharpOS.AOT.X86.CRType.CRType C# (CSharp) Method

CRType() public method

Initializes a new instance of the CRType class.
public CRType ( 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
		public CRType (string name, byte index)
			: base (name, index)
		{
		}
	}
CRType