TITLE
The TITLE compiler directive provides a method of dynamically changing the compilation page heading. After a TITLE directive is encountered, the new page heading appears on all succeeding pages until another TITLE directive occurs. The instruction uses the following format:
|
|
|
|
Where:
desc
Required. The new title description or name.
Flags Affected: NONE
Note the following:
Any characters entered as part of {desc} are incorporated into the TITLE description, including quotes.
Any label on the TITLE instruction is ignored.
See Also: Example Code, SUBTITLE, Compiler Directives
![]() |