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.
GROUP
   Directive Summary  Summary  Example
──────────────────────────────────────────────────────────────────────────────
 
  Syntax:  name GROUP segment [,segment]...
 
  Causes linker to recombine several segments into one larger segment,
  so that the items in all segments share a common segment address.
  The total of all segments in the group must be no larger than 64k.
 
  name     Unique symbolic name, or previously defined group. If the same
           group name appears in more than one GROUP statement, then the
           effect is cumulative; the new segments are added to the group.
 
  segment  Any previously defined segment or SEG expression.
 
  See Also:  ASSUME, SEGMENT, SEG
                                    -♦-