Zydis 5.0.0
Zyan Disassembler Library
Loading...
Searching...
No Matches
ZydisDecodedInstructionRaw_::ZydisDecodedInstructionModRm_ Struct Reference

Detailed info about the ModRM byte. More...

#include </builddir/build/BUILD/zydis-5.0.0-build/zydis-5091440c2a1f963e00c6e6aceec7c4346e656fa4/include/Zydis/DecoderTypes.h>

Data Fields

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

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: