Manual Page Result
0
Command: as | Section: 1 | Source: UNIX v7 | File: as.1
AS(1) General Commands Manual AS(1)
NAME
as - assembler
SYNOPSIS
as [ -o objfile ] file
DESCRIPTION
As assembles the named file. The output of the assembly is left on the
file objfile; if that is omitted, a.out is used. It is executable if
no errors occurred during the assembly, and if there were no unresolved
external references.
FILES
a.out object
SEE ALSO
ld(1), nm(1), adb(1), a.out(5)
UNIX Assembler Manual by D. M. Ritchie
V7/x86 Assembler Manual
DIAGNOSTICS
Diagnostics are intended to be self-explanatory.
BUGS
Inconsistent input is not always caught.
x86 AS(1)