AS(1) — UNIX Programmer’s Manual
NAME
as − assembler
SYNOPSIS
as [ −d[0..9] ] [ −e ] [ −g ] [ −l ] [ −p ] [ −L name ] [ −o objfile ] [ file ... ]
DESCRIPTION
As assembles the named files, or the standard input if no file name is specified. The available flags are:
−g undefined symbols made global.
−oobjfile name the output of assembly objfile instead of file.b.
−d[0..9] if debugging desired.
−s symbol table directed to file.sym.
−p listing printed on terminal.
−e if external symbols only in .rel file.
−l listing directed to file.list.
−Lname name the listing file name. Specifies a directory to receive the temporary file, other than the default /tmp.
The output of the assembly is left on the file file.b unless the −o flag is specified.
FILES
file.bdefault resultant object file
SEE ALSO
ld(1), nm(1), adb(1), sdb(1), a.out(5)
Auxiliary documentation Assembler Reference Manual.
AUTHORS
John F. Reiser
Robert R. Henry
NOTES
The −p option is not necessary, because the listing is printed automatically on the terminal.
4th Berkeley Distribution — @(#)copyas.1 1.1 %Q% %Y%