PRINT

Abbreviation

PR

Arguments

A filename enclosed in parentheses.

Default

PRINT (basename.LST)

Description

The compiler produces a listing of each compiled program using the extension .LST.  Using the PRINT directive, you may redefine the name of the listing file.

See Also

NOPRINT

Example
#pragma pr (\usr\list\sample.lst)