Skip to content

Commit

Permalink
Merge pull request #8801 from Tilka/dsp_prod
Browse files Browse the repository at this point in the history
docs/DSP: fix $prod references
  • Loading branch information
lioncash committed May 9, 2020
2 parents 74b2410 + 7546bd6 commit 236ffd5
Showing 1 changed file with 4 additions and 4 deletions.
Expand Up @@ -1455,10 +1455,10 @@ \section{Alphabetical list of opcodes}
\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}
Expand Down

0 comments on commit 236ffd5

Please sign in to comment.