fcml
1.1.3
|
Describes one decoded prefix. More...
#include <fcml_disassembler.h>
Public Attributes | |
fcml_uint8_t | prefix |
Prefix itself as raw byte. More... | |
fcml_en_prefix_types | prefix_type |
Type of the prefix. More... | |
fcml_bool | mandatory_prefix |
FCML_TRUE if prefix is treated as mandatory one. More... | |
fcml_uint8_t | vex_xop_bytes [2] |
Place for additional bytes of VEX/XOP prefix. More... | |
Describes one decoded prefix.
fcml_bool fcml_st_instruction_prefix::mandatory_prefix |
FCML_TRUE if prefix is treated as mandatory one.
fcml_uint8_t fcml_st_instruction_prefix::prefix |
Prefix itself as raw byte.
fcml_en_prefix_types fcml_st_instruction_prefix::prefix_type |
Type of the prefix.
fcml_uint8_t fcml_st_instruction_prefix::vex_xop_bytes[2] |
Place for additional bytes of VEX/XOP prefix.