File Name Override Directive

By default, the file name is the name of the source file. To override the default file name use the .file directive. If you use the .file directive more than once in a source file, the assembler places multiple file names in the output object file. The .file directive has the following format:

.file   "name"

Where:

name

Represents a string constant specifying a source file name.