VMS Help  —  MACRO  /ALPHA  Directives  .TITLE
    Listing title directive

    Format

      .TITLE  module-name ["listing-title"]

1  –  Parameters

 module-name

    Either a quoted literal or an identifier that specifies the
    module's title.

 "listing-title"

    Optional quoted literal that specifies a title to appear within
    the first line of each listing output file.

2  –  Description

    .TITLE assigns a name to the object module.

3  –  Notes

    o  The module name specified with .TITLE bears no relationship
       to the file specification of the object module, as specified
       in the MACRO-64 command line. The object module name appears
       in the linker load map and is also the module name that the
       debugger and librarian recognize.

    o  If .TITLE is not specified, MACRO-64 assigns the default
       name (.MAIN.) to the object module. If more than one .TITLE
       directive is specified in the source program, the last .TITLE
       directive encountered establishes the name for the entire
       object module.

    o  This directive also accepts VAX MACRO syntax. See the
       VAX MACRO and Instruction Set Reference Manual for details.

4  –  Example

        .TITLE "MAIN" "Main Entry Point"
Close Help