AUSAM/doc/man/man1/ass.1

.th ASS I 2/3/78
.sh NAME
ass  \*-  assemble and link student macro programs
.sh SYNOPSIS
\fBass\fR [\fB-ls\fR] name
.sh DESCRIPTION
.it Ass
will assemble the macro program in file
.it name.mac
and link it with required system support routines.
The executable output is left on file
.it m.out.
Any errors detected in the program will be listed on the
standard output and will cause the link to be aborted.
.s3
If the
.it -ls
flag is used a listing in a form suitable for printing
will be left on the file
.it name.lst.
No errors will be listed on the terminal, but will still cause the
link to abort.
.sh FILES
name.mac, name.obj, name.lst, m.out, /lib/m.obj
.sh "SEE ALSO"
LINK(I), MACRO(I)
.sh DIAGNOSTICS
As for MACRO(I).