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

Наследование: Memory
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
TWordMemory ( Memory memory ) : System

Initializes a new instance of the TWordMemory class.

TWordMemory ( SegType segment, R16Type _base, R16Type index ) : System

Initializes a new instance of the TWordMemory class.

TWordMemory ( SegType segment, R16Type _base, R16Type index, Int16 displacement ) : System

Initializes a new instance of the TWordMemory class.

TWordMemory ( SegType segment, R32Type _base, R32Type index, byte scale ) : System

Initializes a new instance of the TWordMemory class.

TWordMemory ( SegType segment, R32Type _base, R32Type index, byte scale, Int32 displacement ) : System

Initializes a new instance of the TWordMemory class.

TWordMemory ( SegType segment, string label ) : System

Initializes a new instance of the TWordMemory class.

TWordMemory ( string label ) : System

Initializes a new instance of the TWordMemory class.

Описание методов

TWordMemory() публичный Метод

Initializes a new instance of the TWordMemory class.
public TWordMemory ( Memory memory ) : System
memory Memory The memory.
Результат System

TWordMemory() публичный Метод

Initializes a new instance of the TWordMemory class.
public TWordMemory ( SegType segment, R16Type _base, R16Type index ) : System
segment SegType The segment.
_base R16Type The _base.
index R16Type The index.
Результат System

TWordMemory() публичный Метод

Initializes a new instance of the TWordMemory class.
public TWordMemory ( SegType segment, R16Type _base, R16Type index, Int16 displacement ) : System
segment SegType The segment.
_base R16Type The _base.
index R16Type The index.
displacement System.Int16 The displacement.
Результат System

TWordMemory() публичный Метод

Initializes a new instance of the TWordMemory class.
public TWordMemory ( SegType segment, R32Type _base, R32Type index, byte scale ) : System
segment SegType The segment.
_base R32Type The _base.
index R32Type The index.
scale byte The scale.
Результат System

TWordMemory() публичный Метод

Initializes a new instance of the TWordMemory class.
public TWordMemory ( SegType segment, R32Type _base, R32Type index, byte scale, Int32 displacement ) : System
segment SegType The segment.
_base R32Type The _base.
index R32Type The index.
scale byte The scale.
displacement System.Int32 The displacement.
Результат System

TWordMemory() публичный Метод

Initializes a new instance of the TWordMemory class.
public TWordMemory ( SegType segment, string label ) : System
segment SegType The segment.
label string The label.
Результат System

TWordMemory() публичный Метод

Initializes a new instance of the TWordMemory class.
public TWordMemory ( string label ) : System
label string The label.
Результат System