fcml  1.2.2
Public Attributes | List of all members
fcml_st_far_pointer Struct Reference

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...
 

Detailed Description

Representation of far pointer operand.

Member Data Documentation

◆ offset16

fcml_int16_t fcml_st_far_pointer::offset16

16-bit offset.

◆ offset32

fcml_int32_t fcml_st_far_pointer::offset32

32-bit offset.

◆ offset_size

fcml_usize fcml_st_far_pointer::offset_size

Size of the offset.

◆ segment

fcml_uint16_t fcml_st_far_pointer::segment

16-bit Code segment.


The documentation for this struct was generated from the following file: