AS(1) — Silicon Graphics
NAME
as − assembler
SYNOPSIS
as [ −o objfile ] [ −l ] [ name ... ]
DESCRIPTION
As assembles the named files, or the standard input if no file name is specified.
All undefined symbols in the assembly are treated as global.
The relocatable output of the assembly is left on the file objfile; if that is omitted, a.out is used.
The −l option produces an assembly listing on file objfile.lst. If the −l option is specified and no −o parameter is specified, the assembly listing is placed on a.lst.
EXAMPLE
as −o file.o filea fileb filec
would assemble the three named files and put the output of the assembly into "file.o".
FILES
/tmp/as∗default temporary file
a.outdefault resultant object file
a.lstdefault assembly listing file
SEE ALSO
adb(1), ld(1), nm(1), a.out(4)
AS Assembler Reference Guide, James L. Gula and Thomas J. Teixeira.
Version 2.3 — July 04, 1985