Merge pull request #8801 from Tilka/dsp_prod

docs/DSP: fix $prod references
This commit is contained in:
Mat M 2020-05-09 09:48:10 -04:00 committed by GitHub
commit 236ffd5e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1455,10 +1455,10 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
\begin{DSPOpcodeNote}
\item Actually product register gets cleared by setting registers with following values:
\begin{lstlisting}[basicstyle=\ttfamily]
$14 = 0x0000
$15 = 0xfff0
$16 = 0x00ff
$17 = 0x0010
$prod.l = 0x0000
$prod.m1 = 0xfff0
$prod.h = 0x00ff
$prod.m2 = 0x0010
\end{lstlisting}
\end{DSPOpcodeNote}
\end{DSPOpcode}