Zydis
master
|
Extended info for memory-operands. More...
#include <DecoderTypes.h>
Data Structures | |
struct | ZydisDecodedOperandMemDisp_ |
Extended info for memory-operands with displacement. More... | |
Data Fields | |
ZydisMemoryOperandType | type |
The type of the memory operand. More... | |
ZydisRegister | segment |
The segment register. More... | |
ZydisRegister | base |
The base register. More... | |
ZydisRegister | index |
The index register. More... | |
ZyanU8 | scale |
The scale factor. More... | |
struct ZydisDecodedOperandMem_::ZydisDecodedOperandMemDisp_ | disp |
Extended info for memory-operands.
ZydisRegister base |
The base register.
ZydisRegister index |
The index register.
ZyanU8 scale |
The scale factor.
ZydisRegister segment |
The segment register.
The type of the memory operand.