removed {red}
authoradam <adam@megacz.com>
Thu, 13 Mar 2008 03:13:01 +0000 (20:13 -0700)
committeradam <adam@megacz.com>
Thu, 13 Mar 2008 03:13:01 +0000 (20:13 -0700)
darcs-hash:20080313031301-5007d-906994f5f00820af9bfc977c899f854194fa2d47.gz

am33.tex

index 7be8e04..cc70730 100644 (file)
--- a/am33.tex
+++ b/am33.tex
@@ -54,6 +54,11 @@ Changes:
 
 \color{red}
 \begin{tabular}{rl}
+12-Mar
+&  \\
+\end{tabular}
+\color{black}
+\begin{tabular}{rl}
 7-Mar
 & Moved address bits to the LSB-side of a 37-bit instruction \\
 & Added {\it micro-instruction} and {\it composite instruction} terms \\
@@ -62,7 +67,6 @@ Changes:
 & Changed how ReLooping works \\
 & Removed {\tt clog}, {\tt unclog}, {\tt interrupt}, and {\tt massacre} \\
 \end{tabular}
-\color{black}
 \end{abstract}
 
 \vfill
@@ -234,9 +238,7 @@ This path is the path from the {\it dispatching} dock to the {\it
 \begin{bytefield}{37}
   \bitheader[b]{0,10,11,36}\\
   \bitbox{26}{instruction} 
-\color{red}
   \bitbox{11}{dispatch path} 
-\color{black}
 \end{bytefield}}
 
 {\bf Note:} the instruction encodings below are simply ``something to
@@ -251,19 +253,14 @@ All instruction words have the following format:
 \begin{bytefield}{37}
   \bitheader[b]{0,10,11,36}\\
 \color{black}
-\color{red}
   \bitbox{2}{Hold} 
-\color{black}
   \bitbox{2}{P} 
 \color{light}
   \bitbox[tbr]{22}{} 
-\color{red}
   \bitbox{11}{dispatch path} 
 \color{black}
-\color{black}
 \end{bytefield}}
 
-\color{red}
 Each instruction word is called a {\it micro instruction}.
 Collections of one or more micro instruction are known as {\it
   composite instructions}.  The {\tt Hold} field indicates how micro
@@ -312,7 +309,6 @@ If an instruction is ignored, it might still reloop.
 {\tt takeLoopCounter}   &  N      &  Y   \\
 {\tt takeRepeatCounter} &  N      &  Y   \\
 \hline
-\color{red}
 {\tt torpedo} \color{black}      &  n/a    &  n/a \\
 
 %{\tt clog}            &  N      &  N   \\
@@ -333,7 +329,6 @@ Non-repeating instructions have no effect on the repeat
 counter (except for {\tt repeat}, of course).
 
 {\bf ReLooping}\\
-\color{red}
 Solo instructions (both {\tt solo} and {\tt soloT})
 completely ignore the loop counter; it has no effect on them.
 
@@ -623,7 +618,6 @@ contents of the {\tt data} register.
 \end{bytefield}}\\
 
 \begin{bytefield}{26}
-\color{red}
   \bitbox[r]{19}{\raggedleft {\tt max(0,LC-1)}:\hspace{0.2cm}\ }
   \bitbox{2}{\tt 00} 
 %\color{light}
@@ -695,7 +689,6 @@ repeat counter {\tt RC} into the least significant bits of the data
 latch and leaves all other bits of the data latch unchanged.
 
 \pagebreak
-\color{red}
 \subsection{{\tt torpedo}}
 
 \setlength{\bitwidth}{5mm}