Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->BSEG

BSEG                Select Absolute Bit Segment


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

Format:

          BSEG
or
          BSEG      AT        <absolute bit address>