tentative Fi bit in archman.tex
authoradam <adam@megacz.com>
Fri, 13 Jul 2007 07:47:30 +0000 (08:47 +0100)
committeradam <adam@megacz.com>
Fri, 13 Jul 2007 07:47:30 +0000 (08:47 +0100)
doc/archman.tex

index 7100104..3741e34 100644 (file)
@@ -152,12 +152,16 @@ to some instruction register (BenkoBox).
   \item [\tt To] ({\bf Token Output}) emit a token; {\tt To}=1,{\tt
                  Do}=1 is invalid on outbox
 
+%  \item [\tt Fi] ({\bf Final Iteration}) emit a token when {\tt
+%                 Count=0} (ie the last iteration of a requeueing
+%                 loop); {\tt Tl}=1,{\tt To}=1 is invalid.
+
   \item [\tt Rq] ({\bf ReQueue}) if set, instructions having nonzero
                  count are ``Re-Queued'' in the instruction queue
                  after execution (see below); otherwise instructions
                  with nonzero count are executed again immediately.
 
-   \item [\tt C] ({\bf Count}) {\it After} executing:
+  \item  [\tt C] ({\bf Count}) {\it After} executing:
 \begin{verbatim}
 if Count==0 { discard this instruction }
 else {