From 769ba6e6db045627e34ba4d31ccd3a3c4e64472e Mon Sep 17 00:00:00 2001 From: adam Date: Fri, 13 Jul 2007 08:47:30 +0100 Subject: [PATCH] tentative Fi bit in archman.tex --- doc/archman.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 { -- 1.7.10.4