/usr/ccs/bin/as [options] filesGenerate an object file from each specified assembly language source file. Object files have the same root name as source files but replace the .s suffix with .o. There may be additional system-specific options. See also dis.
-mRun m4 on file.
-nTurn off optimization of long/short addresses.
-o objfilePlace output in object file objfile (default is file.o).
-QcPut the assembler's version number in the object file (when c = y); default is not to put it (c = n).
-RRemove file upon completion.
-TForce obsolete assembler directives to be obeyed.
-VDisplay the version number of the assembler.
-Y [key,] dirSearch directory dir for the m4 preprocessor (if key is m), for the file containing predefined macros (if key is d), or for both (if key is omitted).