C# 클래스 SharpOS.AOT.X86.R32Type

This class represents an x86 32-bit register
상속: Register
파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
R32Type ( string name, byte index ) : System

Initializes a new instance of the R32Type class.

메소드 상세

R32Type() 공개 메소드

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