BL51 User's Guide

PRINT Linker Directive

Abbreviation

PR

Arguments

PRINT (filename)

Default

The name of the generated object file with a .M51 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 .M51 extension.

See Also

NOPRINT

Example
 SAMPLE1.OBJ TO MYPROG.ABS PRINT (SAMPLE.LST)

Related Knowledgebase Articles