TITLE instruction

The TITLE instruction:

Read syntax diagramSkip visual syntax diagram>>-+------+--TITLE--title_string-------------------------------><
   '-name-'                       
 
name
You can specify name only once in the source module. It is one of the following:

Except when the name is a sequence symbol, the assembler uses the first 8 characters you specify, and discards the remaining characters without warning.

title_string
is a string of 1 to 100 characters enclosed in single quotation marks

If two or more TITLE instructions are together, the title provided by the last instruction is printed as the heading.


[ Top of Page | Previous Page | Next Page | Contents | Index ]