Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->DSEG

DSEG                Select Absolute Data Segment


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

Format:

          DSEG
or
          DSEG AT <absolute data address>