Ausam/doc/man/man6/mas.6
MAS(I) 8/3/78 MAS(I) +++
NAME
mas - Motorola M6800 assembler
SYNOPSIS
_m_a_s [-l[file1] ] [-o[file2] ] name ... +++
DESCRIPTION
_M_a_s assembles the concatenation of the specified files.
Option -l generates a listing; -o inhibits an object.
By default the object file, in Mikbug loader format, is left in the file _m._o_u_t
and the listing in the file _m._l_s_t.
If -lfile1 is used the listing is written onto file1; and +++
-ofile2 writes the object file onto file2. +++
FILES
/lib/mas2 pass 2 of the assembler
/tmp/motm?.[0-5] temporary
m.out default object file +++
m.lst default listing file +++
SEE ALSO
`Motorola M6800 Microprocessor Programming Manual'.
`UNIX Motorola M6800 Assembler Reference Manual'.
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.
BUGS
Symbol table overflow is not checked.
- 1 -