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 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
                                    -♦-