Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Assembly Options->LISTF

This option causes a listing to be generated on the first pass.  This is not normally necessary but can be useful if you are trying to identify errors that occur on the first pass.  A symbol table will also be generated following the first pass if the SYM directive has been used.  

LISTF - the statements are listed on the first pass.

Default - the statements are not listed on the first pass.

Note that LISTF will not generate a listing if the NOLIST directive has been used.  To force a listing on the first pass even if the NOLIST directive has been included in the source code, include both LISTF and LIST in the command line as follows:

XASM /LISTF /LIST