Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ as(1) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

adb(1)

ld(1)

nm(1)

a.out(4)

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026