Crossware

Table of Contents        Previous topic       Next topic       

CROSS ASSEMBLER->Assembly List Format->Page Header

A page header is generated for every page of the assembly listing.  This consists of three lines.  The first line contains the page number, the file name and the time and date (taken from the system clock).  The second line contains the program name as specified with the NAM directive and the title as specified with the TTL directive.  The third line is blank.  For example:

PAGE  001  TEST.ASM                                 Sat Sep 12 22:11:26 1987
          TEST              *** ASSEMBLER TEST ***

   1                                         NAM     TEST         
   2                                         TTL     *** ASSEMBLER TEST ***

The page header will not be generated if the NOPAGE directive is used.