ERRORPRINT

Abbreviation

EP

Arguments

An optional filename enclosed in parentheses.

Default

NOERRORPRINT

Description

The ERRORPRINT control directs the A51 assembler to output all error messages either to the console or to a specified file. If no filename is specified with the ERRORPRINT control, all error messages are output to the console.

NOTES

The A51 assembler generates a fatal error if the console is specified with the PRINT control and the ERRORPRINT control is specified with no argument.

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

See Also

NOERRORPRINT

Example
A51 SAMPLE.A51 ERRORPRINT(SAMPLE.ERR)

A51 SAMPLE2.A51 ERRORPRINT

$EP