C# Class SharpOS.AOT.X86.DWordMemory

Inheritance: Memory
Show file Open project: sharpos/SharpOS Class Usage Examples

Public Methods

Method Description
DWordMemory ( Memory memory ) : System

Initializes a new instance of the DWordMemory class.

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

Initializes a new instance of the DWordMemory class.

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

Initializes a new instance of the DWordMemory class.

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

Initializes a new instance of the DWordMemory class.

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

Initializes a new instance of the DWordMemory class.

DWordMemory ( SegType segment, string label ) : System

Initializes a new instance of the DWordMemory class.

DWordMemory ( string label ) : System

Initializes a new instance of the DWordMemory class.

Method Details

DWordMemory() public method

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

DWordMemory() public method

Initializes a new instance of the DWordMemory class.
public DWordMemory ( SegType segment, R16Type _base, R16Type index ) : System
segment SegType The segment.
_base R16Type The _base.
index R16Type The index.
return System

DWordMemory() public method

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

DWordMemory() public method

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

DWordMemory() public method

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

DWordMemory() public method

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

DWordMemory() public method

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