errorfile

Name

errorfile --  controls the creation of an error file

Syntax

classdefaultfunctionsyntaxminimal syntax
invocation line only/errorfile=con (errors to console)enable

/errorfile [=filename]

/e [=filename]

disable

/noerrorfile

/noe

Description

This control specifies the name of a file to which errors are written. ERRORFILE without the filename option uses the source filename with the default extension .err. NOERRORFILE indicates that no error file is to be used. The default is ERRORFILE to the console (unless the listing file is also the console).

Example

List errors in main.err

	C:\COP8\NSASM\EXAMPLES>asmcop.exe sample1.asm /ERR=main