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

Detailed info about the ModRM byte. More...

#include <DecoderTypes.h>

Data Fields

ZyanU8 mod
 The addressing mode. More...
 
ZyanU8 reg
 Register specifier or opcode-extension. More...
 
ZyanU8 rm
 Register specifier or opcode-extension. More...
 
ZyanU8 offset
 The offset of the ModRM byte, relative to the beginning of the instruction, in bytes. More...
 

Detailed Description

Detailed info about the ModRM byte.

Field Documentation

◆ mod

ZyanU8 mod

The addressing mode.

◆ offset

ZyanU8 offset

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

◆ reg

ZyanU8 reg

Register specifier or opcode-extension.

◆ rm

ZyanU8 rm

Register specifier or opcode-extension.


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