AS(1) — Unix Programmer’s Manual
NAME
as − MC68000/MC68010/MC68020 assembler
SYNOPSIS
as [ options ] [ files ]
DESCRIPTION
As assembles the named files, or the standard input if no files are specified.
OPTIONS
−L Saves defined labels beginning with “L,” which are normally discarded to save space in the resultant symbol table. The compilers generate such temporary labels.
−o objfile Name of output file.
−R Makes initialized data segments read-only, by concatenating them to the text segments. This obviates the need to run editor scripts on assembly code to make initialized data read-only and shared.
−W Suppresses error messages.
−20 Accepts 68020 extended instruction set.
All undefined symbols in the assembly are treated as global.
The output of the assembly is left in the objfile; if that is omitted, a.out is used.
FILES
/tmp/as∗default temporary files
a.outdefault resultant object file
SEE ALSO
ld(1), nm(1), adb(1), dbx(1), a.out(5)
Assembler Reference Manual in UNIX Programmer’s Supplementary Documents, Volume I.
4th Berkeley Distribution — 15 July 1986