The file handling command-line options define the input and output files.
-F OMF |
This option defines the Object Module Format
(OMF) of the object file. Values for OMF are COFF32
for Windows NT, and ELF32 or ELF64 when the targeted operating system
is UNIX. |
-I pathname |
AS adds pathname
to an included input file search path list. This option may be repeated
to add more paths to the search list. The paths are searched in the order
listed. |
-o fname |
IAS creates fname as the object file. |