/sys$common/syshlp/helplib.hlb MACRO, VAX MACRO Assembler, Directives, .TITLE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Assigns a name to the object module. .TITLE module-name comment-string module-name An identifier from 1 to 31 characters long. comment-string An ASCII string from 1 to 40 characters long; excess characters are truncated. The module name specified with .TITLE bears no relationship to the file specification of the object module, as specified in the VAX MACRO command line. The object module name appears in the Linker load map, and is also the module name that the debugger and librarian recognize. There are three display message directives, .ERROR, .PRINT, and .WARN. They can be used to display information indicating that a macro call contains an error or illegal set of conditions.
|