Chapter 9 Writing Machine Language Instructions and Directive Statements
Writing Directive Statements 175
9.4.16 tit
Syntax
label operation operand
tit ["string"]
Functional description
This directive specifies that the string coded as its operand is to be output as the header of the list file.
Typically the string is written with the program name, function, author, version, company, date, etc.
Operand coding rules
The operand is written with any string enclosed by double quotation marks ("). A double quotation
mark itself cannot be included in the string.
Usage example
Below is an example use of the tit directive.
TIT.LST Page 1
*** TEST PROGRAM ***
Loc Object Line Source
1 tit “*** TEST PROGRAM***
000000 54 2 dc 0x54
3 end
4