qa.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
: (Segment Override)
   Operator Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  segment:expression
 
  Overrides the default segment of expression with specified segment.
  Forces the address of the variable or label to be computed relative to
  the specific segment.
 
  segment      A segment register (CS, DS, SS, or ES), a group name, or
               a segment name.
 
  expression   A constant, memory expression, or SEG expression.
 
   See Also:  SEG, SEGMENT, GROUP, ASSUME
                                    -♦-