AUSAM/doc/man/man1/mas.1

.th MAS I 1/26/76
.sh NAME
mas \*- Motorola M6800 assembler
.sh SYNOPSIS
.bd mas
name [-l[lname]] [-o[oname]] files
.sh DESCRIPTION
.it Mas
assembles the concatenation of the specified files.
.s3
By default (ie. called with no flags) the object file,
in Mikbug loader format, is generated and left in the file
.it "m.out"
and no listing is produced.
Option `-l' without a name generates a listing under the default name
.it "m.lst"
otherwise it will be called
.it lname.
If no name accompanies the `-o' option the object is suppressed
otherwise it will be named
.it oname.
.sh FILES
/lib/mas2		pass 2 of the assembler
.br
/tmp/motm?.[0-5]	temporary
.br
m.out			default object
.br
m.lst			default listing
.sh "SEE ALSO"
`Motorola M6800 Microprocessor Programming Manual'.
.br
`UNIX Motorola M6800 Assembler Reference Manual'.
.sh DIAGNOSTICS
When syntatic or semantic errors occur the line-number
and filename in which it occurred is output with a
self-explanatory description of the error.
Errors in pass 1 cause cancellation of pass 2.
.sh BUGS