mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 00:28:56 +00:00
docs/DSP: fix typos
This commit is contained in:
parent
30b166e3b1
commit
90b060f284
1 changed files with 2 additions and 2 deletions
|
@ -1282,7 +1282,7 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
|
||||||
$pc = $st0
|
$pc = $st0
|
||||||
END
|
END
|
||||||
$pc = addrA + 1
|
$pc = addrA + 1
|
||||||
// Remove vaues from stack
|
// Remove values from stack
|
||||||
\end{DSPOpcodeOperation}
|
\end{DSPOpcodeOperation}
|
||||||
\end{DSPOpcode}
|
\end{DSPOpcode}
|
||||||
|
|
||||||
|
@ -1318,7 +1318,7 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
|
||||||
$pc = $st0
|
$pc = $st0
|
||||||
END
|
END
|
||||||
$pc = addrA + 1
|
$pc = addrA + 1
|
||||||
// Remove vaues from stack
|
// Remove values from stack
|
||||||
\end{DSPOpcodeOperation}
|
\end{DSPOpcodeOperation}
|
||||||
\end{DSPOpcode}
|
\end{DSPOpcode}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue