V10/man/man10/fsmc.10

.TH FSMC 10.1 UCDS
.SH NAME
fsmc \- finite state machine compiler
.SH SYNOPSIS
.B fsmc
[
.I option
] [
.I filename
]
.SH DESCRIPTION
.I Fsmc
is an experimental finite state machine compiler.
It accepts a language,
.IR fsm (10.5),
resembling C.
The output depends on the output device.  This must be specifed via
the
.B -t
flag (see below).
The options are:
.TP
.BI -t device
Generate code for the given device.
.I Fsmc
currently supports the AMD 29PL141
(29pl) and the Altera SAM chips (sam).
.TP
.B -i
forces inline calls to all procedures.
.SH SEE ALSO
.IR fsm (10.5),
.IR lde (10.1),
.IR 29plas(10.1)
.SH FILES
.F /usr/ucds/lib/fsmc
.SH BUGS
It should generate output for PALs to be truly useful.