Manual Page Result
0
Command: fsmc | Section: 10 | Source: UNIX v10 | File: fsmc.10
FSMC(10.1) FSMC(10.1)
NAME
fsmc - finite state machine compiler
SYNOPSIS
fsmc [ option ] [ filename ]
DESCRIPTION
Fsmc is an experimental finite state machine compiler. It accepts a
language, fsm(10.5), resembling C. The output depends on the output
device. This must be specifed via the -t flag (see below). The op-
tions are:
-tdevice
Generate code for the given device. Fsmc currently supports the
AMD 29PL141 (29pl) and the Altera SAM chips (sam).
-i forces inline calls to all procedures.
SEE ALSO
fsm(10.5), lde(10.1), 29plas(10.1)
FILES
BUGS
It should generate output for PALs to be truly useful.
UCDS FSMC(10.1)