Zydis  v3.2.0
ZydisDecodedInstruction_::ZydisDecodedInstructionRaw_::ZydisDecodedInstructionRawSib_ Struct Reference

Detailed info about the SIB byte. More...

#include <DecoderTypes.h>

Data Fields

ZyanU8 scale
 The scale factor. More...
 
ZyanU8 index
 The index-register specifier. More...
 
ZyanU8 base
 The base-register specifier. More...
 
ZyanU8 offset
 The offset of the SIB byte, relative to the beginning of the instruction, in bytes. More...
 

Detailed Description

Detailed info about the SIB byte.

Field Documentation

◆ base

ZyanU8 base

The base-register specifier.

◆ index

ZyanU8 index

The index-register specifier.

◆ offset

ZyanU8 offset

The offset of the SIB byte, relative to the beginning of the instruction, in bytes.

◆ scale

ZyanU8 scale

The scale factor.


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