PRINT

Abbreviation

PR

Arguments

An optional filename enclosed in parentheses.

Default

PRINT(basename.LST)

Description

The PRINT control directs the A51 assembler to generate a listing file.  The default name for the listing file is basename.LST; however, an alternate filename may be specified in parentheses immediately following the PRINT control statement.

NOTE

You may specify this control only once on the command line or at the top of the source file.

See Also

NOPRINT

Example
A51 SAMPLE.A51 PRINT

A51 TESTPRG.A51 PR(TESTPRG1.LST)

$PRINT(LPT1)