This option specifies the output file name.
The output file name differs depending on the specificated option.
The file is output to the current folder when the output folder is not specified.
The output file name will be the input file name with the extension replaced by ".i".
The output assembly source file name will be the source file name with the extension replaced by ".asm".
The output object file name will be the source file name with the extension replaced by ".obj".
The output load module file name will be the first input file name with the extension replaced by ".abs".
It is assumed that is the name of the file containing the results of preprocessing performed on the input file has been specified as file.
It is assumed that an assembly source file name has been specified as file.
It is assumed that an object file name has been specified as file.
It is assumed that the output file name to be set in the -output option for the optimizing linker is specified as file. When file has no extension, the output file name depends on the -form option for the optimizing linker.
See the description of "Link options" for detail.