fcml 1.3.0
|
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. | |
Describes the execution context for the instruction being assembled.
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.