docs/DSP: fix typos
This commit is contained in:
parent
30b166e3b1
commit
90b060f284
|
@ -1282,7 +1282,7 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
|
|||
$pc = $st0
|
||||
END
|
||||
$pc = addrA + 1
|
||||
// Remove vaues from stack
|
||||
// Remove values from stack
|
||||
\end{DSPOpcodeOperation}
|
||||
\end{DSPOpcode}
|
||||
|
||||
|
@ -1318,7 +1318,7 @@ There are two pairs of conditions that work similar: \texttt{EQ}/\texttt{NE} and
|
|||
$pc = $st0
|
||||
END
|
||||
$pc = addrA + 1
|
||||
// Remove vaues from stack
|
||||
// Remove values from stack
|
||||
\end{DSPOpcodeOperation}
|
||||
\end{DSPOpcode}
|
||||
|
||||
|
|
Loading…
Reference in New Issue