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

상속: Memory
파일 보기 프로젝트 열기: sharpos/SharpOS 1 사용 예제들

공개 메소드들

메소드 설명
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