Suppresses the listing of symbols in the symbol table and cross-referencing output.
Note: The assembler does not produce cross-referencing information. This directive is provided for source file compatibility with other assemblers.
Syntax
.NOCREF [name[,name]...]Remarks
If names are specified, only the given names are suppressed. Same as .XCREF.