contents.gifindex.gif

Title Keyword

Syntax

TITLE 'string'

Use

The title statement is used to give a module a title that will appear as a header in both the programmer load file and documentation file created by the language processor. The title is specified in the string following the keyword, TITLE. The string is opened and closed by an apostrophe. The title statement is optional.

Example

An example of a title statement that spans three lines and describes the logic design is shown below:

module m6809a
title '6809 memory decode, Jean Designer
Data I/O Corp Redmond WA'


See Also

Module