 CARM User's Guide Discontinued |
|
| PRINT Compiler Directive| Abbreviation | | PR | | Arguments | | An optional filename enclosed in parentheses. | | Default | | PRINT (filename.LST) | | µVision | | Options — Listing — Select Folder for List Files. | | Description | | The PRINT directive specifies the filename of the listing file. By default, the listing file created is named using the source file name and the .LST file extension. For an example of the listing file output, refer to the description. | | See Also | | NOPRINT, TABS | | Example | |
CA SAMPLE.C PRINT(CON:)
#pragma pr (\usr\list\sample.lst)
|
|
|