fcml
1.2.2
|
Some basic information about decoded ModR/M and SIB bytes. More...
#include <fcml_disassembler.h>
Public Attributes | |
fcml_uint8_t | modrm |
ModR/M byte if exists. More... | |
fcml_nuint8_t | sib |
SIB byte if exists. More... | |
fcml_bool | is_rip |
True if RIP encoding is used by decoded instruction. More... | |
fcml_bool | is_modrm |
True if ModR/M exists. More... | |
fcml_st_raw_displacement | displacement |
Raw displacement. | |
Some basic information about decoded ModR/M and SIB bytes.
fcml_bool fcml_st_decoded_modrm_details::is_modrm |
True if ModR/M exists.
fcml_bool fcml_st_decoded_modrm_details::is_rip |
True if RIP encoding is used by decoded instruction.
This flag is used only in 64 bit mode.
fcml_uint8_t fcml_st_decoded_modrm_details::modrm |
ModR/M byte if exists.
fcml_nuint8_t fcml_st_decoded_modrm_details::sib |
SIB byte if exists.