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.
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 a load module file name has been specified as file.