|
| PRINT Linker Directive| Abbreviation | PR | | Arguments | PRINT (filename) | | Default | The name of the generated object file with a .M66 extension. | | µVision | None. | | Description | The PRINT directive specifies the name of the listing file. If no PRINT directive is specified the listing file is given the name of the generated object file with a .M66 extension. | | See Also | NOPRINT | | Example |
L166 SAMPLE1.OBJ TO MYPROG.ABS PRINT (SAMPLE.LST)
|
|
|