|
| TITLE Assembler Directive| Abbreviation | TT | | Arguments | A string (up to 60 characters) enclosed in parentheses. | | Default | The name of the source file without path or extension. | | µVision | Options — A51 — Misc Controls. | | Description | The TITLE directive specifies the title used in the page header in the listing file. If the TITLE directive is omitted, the name of the source file without path or extension is used. | | Example |
A51 SAMPLE.ASM TITLE(Oven Controller V3.21)
$TT ('Oven Controller V3.21')
|
|
|