Assembly Language Help (alang.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.
Listing Control
                                             Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
     Select a directive for more information.
 
     Directive      Description
 
     TITLE/SUBTITLE Sets program listing title/subtitle
     PAGE           Sets page length and width
     .LIST          Starts listing of statements
     .LISTALL       Starts listing of all statements
     .LISTMACRO     Starts listing of macros
     .LISTMACROALL  Starts listing of macros, including comments
     .LISTIF        Starts listing of macros if expression is true
     .NOLIST        Stops listing of all statements
     .TFCOND        Toggles listing of false conditional blocks
     .CREF          Starts listing of symbols in symbol table and
                    browser
     .NOCREF        Stops listing of symbols in symbol table and
                    browser
 
     See also: Listing Command-Line Options
                                    -♦-