Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->ISEG

ISEG Select Absolute Idata Segment


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

Format:

          ISEG
or
          ISEG      AT        <absolute idata address>