Zydis  v3.2.0
ZydisDecodedOperand_::ZydisDecodedOperandMem_ Struct Reference

Extended info for memory-operands. More...

#include <DecoderTypes.h>

Collaboration diagram for ZydisDecodedOperand_::ZydisDecodedOperandMem_:

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 ZydisDecodedOperand_::ZydisDecodedOperandMem_::ZydisDecodedOperandMemDisp_ disp
 

Detailed Description

Extended info for memory-operands.

Field Documentation

◆ base

The base register.

◆ disp

◆ index

The index register.

◆ scale

ZyanU8 scale

The scale factor.

◆ segment

ZydisRegister segment

The segment register.

◆ type

The type of the memory operand.


The documentation for this struct was generated from the following file: