|
fcml
1.2.2
|
Optimizer context used as a connector with the environment. More...
#include <fcml_optimizers.h>
Public Attributes | |
| fcml_uint16_t | optimizer_flags |
| Optimizer flags passed through the assembler context. More... | |
| fcml_en_operating_mode | op_mode |
| Processor operating mode 16/32/64-bit. | |
| fcml_usize | asa |
| Default address size attribute not modified by prefixes yet. More... | |
| fcml_usize | osa |
| Default operand size attribute not modified by prefixes yet. More... | |
Optimizer context used as a connector with the environment.
| fcml_usize fcml_st_asm_optimizer_context::asa |
Default address size attribute not modified by prefixes yet.
(See 'D' flag of segment descriptor.)
| fcml_uint16_t fcml_st_asm_optimizer_context::optimizer_flags |
Optimizer flags passed through the assembler context.
| fcml_usize fcml_st_asm_optimizer_context::osa |
Default operand size attribute not modified by prefixes yet.
(See 'D' flag of segment descriptor.)
1.8.18