Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ as(1) — Unisoft V7

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ld(1)

nm(1)

adb(1)

a.out(5)

AS(1)  —  UNIX Programmer’s Manual

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

ld(1), nm(1), adb(1), a.out(5)

7th Edition  —  1/8/82

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