listfile

Name

listfile --  controls the generation of a listing file

Syntax

classdefaultfunctionsyntaxminimal syntax
invocation line only enable

/listfile [=filename]

/l [=filename]

*disable

/nolistfile

/nol

Description

LISTFILE causes the program to write the listing to the file specified. LISTFILE with no filename uses the default extension with the source filename. NOLISTFILE inhibits any listing from being created. If LISTFILE is specified, the file contains all lines not inhibited by other options. The default filename extension is .lis.

Example

Create a file n.lis

	C:\COP8\NSASM\EXAMPLES>asmcop.exe sample1.asm /LIST=N
	

List to the console

	C:\COP8\NSASM\EXAMPLES>asmcop.exe sample1.asm /L=CON