C# Класс SharpOS.AOT.X86.R32Type

This class represents an x86 32-bit register
Наследование: Register
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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