These two directives control output to the listing file.
Syntax
.LIST or .XLISTRemarks
If a listing is not being created, these directives have no effect. The .LIST is the default condition. When the assembler finds an .XLIST, the assembler does not list the source and the object code until it finds a .LIST directive.