fcml
1.2.2
|
Representation of far pointer operand. More...
#include <fcml_common.h>
Public Attributes | |
fcml_uint16_t | segment |
16-bit Code segment. More... | |
fcml_usize | offset_size |
Size of the offset. More... | |
fcml_int16_t | offset16 |
16-bit offset. More... | |
fcml_int32_t | offset32 |
32-bit offset. More... | |
Representation of far pointer operand.
fcml_int16_t fcml_st_far_pointer::offset16 |
16-bit offset.
fcml_int32_t fcml_st_far_pointer::offset32 |
32-bit offset.
fcml_usize fcml_st_far_pointer::offset_size |
Size of the offset.
fcml_uint16_t fcml_st_far_pointer::segment |
16-bit Code segment.