C# Class SharpOS.AOT.X86.TWordMemory

Inheritance: Memory
ファイルを表示 Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method Description
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.

Method Details

TWordMemory() public method

Initializes a new instance of the TWordMemory class.
public TWordMemory ( Memory memory ) : System
memory Memory The memory.
return System

TWordMemory() public method

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.
return System

TWordMemory() public method

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.
return System

TWordMemory() public method

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.
return System

TWordMemory() public method

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.
return System

TWordMemory() public method

Initializes a new instance of the TWordMemory class.
public TWordMemory ( SegType segment, string label ) : System
segment SegType The segment.
label string The label.
return System

TWordMemory() public method

Initializes a new instance of the TWordMemory class.
public TWordMemory ( string label ) : System
label string The label.
return System