docs/DSP: MADDC operates on acS.m, not acS.l

This matches the prose and Dolphin's implementation.
This commit is contained in:
Pokechu22 2021-07-13 15:15:21 -07:00
parent 0796fada17
commit be753e5a45

View file

@ -2826,7 +2826,7 @@ A ``-'' indicates that the flag retains its previous value, a ``0'' indicates th
\end{DSPOpcodeBytefield}
\begin{DSPOpcodeFormat}
MADDC $acS.l, $axT.h
MADDC $acS.m, $axT.h
\end{DSPOpcodeFormat}
\begin{DSPOpcodeDescription}
@ -2835,7 +2835,7 @@ A ``-'' indicates that the flag retains its previous value, a ``0'' indicates th
\end{DSPOpcodeDescription}
\begin{DSPOpcodeOperation}
$prod += $acS.l * $axT.h
$prod += $acS.m * $axT.h
$pc++
\end{DSPOpcodeOperation}