Crossware

Table of Contents        Previous topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->XSEG

XSEG                 Select Absolute Xdata Segment


The XSEG directive selects the absolute XDATA segement as the current segment.  The first time the XSEG directive is used in a module, the AT operand can be used to specify the start address of the absolute segment.

Format:

    XSEG
or
XSEGAT<absolute xdata address>
*