SysIII/usr/src/man/man1/kas.1

Compare this file to the similar file:
Show the results in this format:

.TH KAS 1
.SH NAME
kas \- assembler for the \s-1KMC\s+1\&11 microprocessor
.SH SYNOPSIS
.B kas
[ name ]
[
.B \-o
name1 ]
[
.B \-d
name2 ]
.SH DESCRIPTION
.I Kas\^
is an assembler/debugger/loader for the
.SM KMC\*S11 microprocessor.
The optional argument
.I name\^
specifies the input file; default is standard input.
The optional argument
.B \-o
indicates that the next argument
.I name1\^
will be the output of the assembler;
default is
.BR a.out .
The optional argument
.B \-d
indicates that the assembler is to be used in debug mode and
that the next argument
.I name2\^
is the device file name of the 
microprocessor.
No output file is created in debug mode.
.PP
Error diagnostics are written on the standard error output
and contain the input file name and line number
and a brief description of the error.
C preprocessor control lines to change the file name and line number
are recognized.
This allows the use of the preprocessor to expand the input before
assembly.
.SH FILES
.PD 0
.TP 1i
a.out
output object
.TP
/dev/kmc?
microprocessor device
.TP
/lib/cpp
C preprocessor
.PD
.SH "SEE ALSO"
kun(1), kmc(4).
.br
.I "Assembler for the \s-1DEC KMC\s+111 Microprocessor\^"
by L. A. Wehr.