Chapter 9 Writing Machine Language Instructions and Directive Statements

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.

*** TEST PROGRAM

***

TIT.LST

Page 1

 

 

Loc

Object

Line

Source

 

 

 

1

tit

“*** TEST PROGRAM***

000000

54

2

dc

0x54

 

 

3

end

 

 

 

4

 

 

Writing Directive Statements 175

Page 187
Image 187
Panasonic MN1030 16 tit, Label operation operand Titstring, Below is an example use of the tit directive, 000000 0x54 End