docs/DSP: Fix typo in HALT encoding
"I think I saw a two"
This commit is contained in:
parent
35720284f3
commit
d9f8df3cbe
|
@ -1586,7 +1586,7 @@ There are two pairs of conditions that work similarly: \texttt{EQ}/\texttt{NE} a
|
|||
|
||||
\begin{DSPOpcode}{HALT}
|
||||
\begin{DSPOpcodeBytefield}{16}
|
||||
\monobitbox{4}{0000} & \monobitbox{4}{0000} & \monobitbox{4}{0020} & \monobitbox{4}{0001}
|
||||
\monobitbox{4}{0000} & \monobitbox{4}{0000} & \monobitbox{4}{0010} & \monobitbox{4}{0001}
|
||||
\end{DSPOpcodeBytefield}
|
||||
|
||||
\begin{DSPOpcodeFormat}
|
||||
|
|
Loading…
Reference in New Issue