AS(1) — UNIX Programmer’s Manual
NAME
as − assembler
SYNOPSIS
as [ −d124 ] [ −o objfile ] [ file ]
DESCRIPTION
As assembles the named file, or the standard input if no file is specified. The optional argument −d may be used to specify the number of bytes to be assembled for offsets which involve forward or external references. The default is four bytes, i.e., −d4 . All undefined symbols in the assembly are treated as global.
The output of the assembly is left on the file objfile; if that is omitted, a.out is used.
FILES
/tmp/as∗temporary
/tmp/a[ab][a−h]t∗temporary
a.outobject
SEE ALSO
ld(1), nm(1), adb(1), a.out(5)
DIAGNOSTICS
Error messages are intended to be self explanatory.
BUGS
Syntax errors can cause incorrect line numbers in following diagnostics.
7th Edition — UNIX/32V