qa.hlp (Table of Contents; Topic list)
Segment Directives
   Directives  Contents  Index
──────────────────────────────────────────────────────────────────────────────
 
Mnemonic       Description
SEGMENT        Marks beginning of a segment and defines attributes
ENDS           Marks end of a segment
GROUP          Groups one or more segments into a single physical segment
ASSUME         Informs assembler where a segment register will point to
DOSSEG         Orders segments according to DOS segment convention
.ALPHA         Orders segments alphabetically by name
.SEQ           Orders segments according to source-code sequence
                                    -♦-