Welcome to the BeaEngine Sweet Home - x86 x86-64 disassembler library - (IA-32 & Intel64)

MEMORYTYPE Structure

This structure gives informations on the memory access type.

struct MEMORYTYPE {
   long BaseRegister;
   long IndexRegister;
   long Scale;
   long long Displacement;
};

Membres

BaseRegister

[out] Indicate the base register in the formula : [BaseRegister + IndexRegister*Scale + Displacement].

IndexRegister

[out] Indicate the index register in the formula : [BaseRegister + IndexRegister*Scale + Displacement].

Scale

[out] Indicate the scale : 1, 2, 4 ou 8.

Displacement

[out] Value of the displacement in the formula : [BaseRegister + IndexRegister*Scale + Displacement].

Valid XHTML 1.0 Strict

Valid CSS!