Name Compiler Output Files

You can use file management compiler options (/Fa, /Fe, /Fi, /Fl, /Fm, /Fn and /Fo) to assign names and extensions to your output files.

If you use one of these options without specifying a name, the name of the following source file is used, and given the default extension. The only exception is /Fm; if you do not specify a name with /Fm, the name of the first file given on the command line is used, with the default extension .map.

If you use these options and specify a name without an extension, the default extension is used. For example, if you specify /Flcome, the listing file will be called come.lst. Although you can specify an extension of your own choosing, you should use the default extensions.

Exception
If you use the /Fe option, you must specify a name or a path for the file. If you specify only a path, the file will have the same name as the first source file on the command line, with the path specified.

Examples



Compiler Output


Parameters for Compiler Options


Summary of Compiler Options