From: adam Date: Fri, 13 Jul 2007 07:47:30 +0000 (+0100) Subject: tentative Fi bit in archman.tex X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=769ba6e6db045627e34ba4d31ccd3a3c4e64472e;p=fleet.git tentative Fi bit in archman.tex --- diff --git a/doc/archman.tex b/doc/archman.tex index 7100104..3741e34 100644 --- a/doc/archman.tex +++ b/doc/archman.tex @@ -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 {