fcml 1.3.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
fcml_st_entry_point Struct Reference

Describes the execution context for the instruction being assembled. More...

#include <fcml_common.h>

Public Attributes

fcml_en_operating_mode op_mode
 The processor operating mode 16/32/64-bit.
 
fcml_usize address_size_attribute
 The default address size attribute (See 'D' flag of segment descriptor.)
 
fcml_usize operand_size_attribute
 The default operand size attribute (See 'D' flag of segment descriptor.)
 
fcml_ip ip
 The instruction pointer EIP/RIP.
 

Detailed Description

Describes the execution context for the instruction being assembled.

Member Data Documentation

◆ ip

fcml_ip fcml_st_entry_point::ip

The instruction pointer EIP/RIP.

Take into account that even in 16-bit mode the EIP register is used.


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