 | Ax51 User's Guide |  |
|
|
| DATE Assembler Directive| Abbreviation | DA | | Arguments | A string enclosed in parentheses (8 chaaracters max.). | | Default | The date is obtained from operating system. | | µVision | Options — A51 — Misc Controls. | | Description | The DATE directive specifies the date included in the header of each page in the listing file. By default, the assembler includes the current date (obtained from the operating system) in the header. The date specified with the DATE directive must be enclosed in parentheses and must be no longer than eight characters. | | Example |
A51 SAMPLE.ASM DATE(05/19/04)
$DA('19-05-04')
|
|
|