|
fcml
1.2.2
|
Instruction operand. More...
#include <fcml_common.h>

Public Attributes | |
| fcml_en_operand_type | type |
| Operand type. | |
| fcml_hints | hints |
| Optional operand level hints. More... | |
| fcml_st_integer | immediate |
| Immediate value operand. More... | |
| fcml_st_far_pointer | far_pointer |
| Far pointer operand. More... | |
| fcml_st_address | address |
| Effective address or absolute offset. More... | |
| fcml_st_register | reg |
| Register operand. More... | |
| fcml_st_operand_decorators | decorators |
| Operand decorators. More... | |
Instruction operand.
Structure represents one instruction operand.
| fcml_st_address fcml_st_operand::address |
Effective address or absolute offset.
| fcml_st_operand_decorators fcml_st_operand::decorators |
Operand decorators.
| fcml_st_far_pointer fcml_st_operand::far_pointer |
Far pointer operand.
| fcml_hints fcml_st_operand::hints |
Optional operand level hints.
| fcml_st_integer fcml_st_operand::immediate |
Immediate value operand.
| fcml_st_register fcml_st_operand::reg |
Register operand.
1.8.13