Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->CSEG

CSEG                Select Absolute Code Segment


The CSEG directive selects the absolute CODE segement as the current segment.  The first time the CSEG directive is used in a module, the AT operand can be used to specify the start address of the absolute segment.  The cross assembler defaults to CSEG with a start address of zero if no segment is specified.

Format:

          CSEG
or
          CSEG                AT         <absolute code address>