4.3BSD-UWisc/man/manl/tanc.1

.TH TANC LOCAL "7 June 1986"
.UC 4
.SH NAME
tanc \- compile a tanenbaum microcode source program.
.SH SYNOPSIS
.B tanc
[ tanfile ]
.SH DESCRIPTION
.I Tanc
is the compiler for the Tanenbaum microcode language.  
Input, as described in Tanenbaum's book, may either be from the standard input
or from
.I tanfile.
Machine readable output goes to the file 'tan.out' which can then be
interpreted using
.IR tani(l).
The information in this file is in binary format and
is currently not portable across CPU types.
.PP
.SH AUTHOR
Originally by Raphael Finkel and David DeWitt.

Modifications by Brian Pinkerton.
.SH FILES
tan.out		output from the compiler
.SH "SEE ALSO"
tani(l)