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

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

.TH KUN 1
.SH NAME
kun \- un-assembler for the \s-1KMC11/DMC11\s+1 microprocessor
.SH SYNOPSIS
.B kun
[ name ]
[
.B \-o
name1 ]
.SH DESCRIPTION
.I Kun\^
is a un-assembler for the
.SM  KMC11/DMC11
microprocessors.
It produces an output listing, acceptable to the assembler
.IR kas (1),
from the input object.
.PP
The optional argument
.I name\^
specifies the input object, default is standard input.
The format of the input is either
assembler output (first word magic 0410), or
formatted dump (first word magic 0440), or
raw dump (anything else).
In the first two cases, the header is ignored.
.PP
The optional argument
.B \-o
indicates that the next argument
.I name1\^
is to contain the output listing, default
is standard output.
.PP
The input object is first scanned to determine branch
destinations.
Labels will be inserted at these locations with format
.BI L int :\^\fR,
where
.I int\^
is the octal value of the location in words.
Immediate values of instructions are also printed in octal.
Page breaks are noted by the labels \fBP0:\fR, ... , \fBP3:\fR.
.SH "SEE ALSO"
kas(1), kmc(4).