AS(1) (Software Generation System Utilities) AS(1)
NAME
as - assembler
SYNOPSIS
as [ options ] filename
DESCRIPTION
The as command assembles the named file. The following
flags may be specified in any order.
-o objfile
Put the output of the assembly in objfile. By default,
the output filename is formed by removing the .s
suffix, if there is one, from the input filename and
appending a .o suffix.
/usr/tmp/as[A-Z]XXXXX temporary files
Page 1 May 1989