Merge pull request #8801 from Tilka/dsp_prod
docs/DSP: fix $prod references
This commit is contained in:
commit
236ffd5e0e
|
@ -1455,10 +1455,10 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
|
||||||
\begin{DSPOpcodeNote}
|
\begin{DSPOpcodeNote}
|
||||||
\item Actually product register gets cleared by setting registers with following values:
|
\item Actually product register gets cleared by setting registers with following values:
|
||||||
\begin{lstlisting}[basicstyle=\ttfamily]
|
\begin{lstlisting}[basicstyle=\ttfamily]
|
||||||
$14 = 0x0000
|
$prod.l = 0x0000
|
||||||
$15 = 0xfff0
|
$prod.m1 = 0xfff0
|
||||||
$16 = 0x00ff
|
$prod.h = 0x00ff
|
||||||
$17 = 0x0010
|
$prod.m2 = 0x0010
|
||||||
\end{lstlisting}
|
\end{lstlisting}
|
||||||
\end{DSPOpcodeNote}
|
\end{DSPOpcodeNote}
|
||||||
\end{DSPOpcode}
|
\end{DSPOpcode}
|
||||||
|
|
Loading…
Reference in New Issue