|
fcml
1.2.2
|
Describes address of an instruction code. More...
#include <fcml_common.h>
Public Attributes | |
| fcml_en_operating_mode | op_mode |
| Processor operating mode 16/32/64-bit. More... | |
| fcml_usize | address_size_attribute |
| Default address size attribute (See 'D' flag of segment descriptor.) | |
| fcml_usize | operand_size_attribute |
| Default operand size attribute (See 'D' flag of segment descriptor.) | |
| fcml_ip | ip |
| Instruction pointer EIP/RIP. More... | |
Describes address of an instruction code.
| fcml_ip fcml_st_entry_point::ip |
Instruction pointer EIP/RIP.
Take into account that even in 16 bit mode EIP register is used.
| fcml_en_operating_mode fcml_st_entry_point::op_mode |
Processor operating mode 16/32/64-bit.
1.8.13