home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


as

/usr/ccs/bin/as [options ] files

Generate 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 .

Options

-m

Run m4 on file .

-n

Turn off optimization of long/short addresses.

-o objfile

Place output in object file objfile (default is file .o ).

-Q c

Put the assembler's version number in the object file (when c = y ); default is not to put it (c = n ).

-R

Remove file upon completion.

-T

Force obsolete assembler directives to be obeyed.

-V

Display the version number of the assembler.

-Y [key ,] dir

Search 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).


Previous: Reference: ar UNIX in a Nutshell: System V Edition Next: Reference: at
Reference: ar Book Index Reference: at

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System