SharpOS.AOT.X86.R16Type.R16Type C# (CSharp) 메소드

R16Type() 공개 메소드

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