docs/DSP: Clarify LRS note
$acS.h was a typo, which has been replaced with $acD.h.
This commit is contained in:
parent
70bf89fa59
commit
83aabbbece
|
@ -2588,7 +2588,7 @@ A ``-'' indicates that the flag retains its previous value, a ``0'' indicates th
|
|||
\end{DSPOpcodeOperation}
|
||||
|
||||
\begin{DSPOpcodeNote}
|
||||
\item \Opcode{LRS} can use \Register{\$axD} and cannot use \Register{\$acS.h}, while \Opcode{SRS} and \Opcode{SRSH} only work on \Register{\$acS}.
|
||||
\item \Opcode{LRS} can use \Register{\$axD}, but cannot use \Register{\$acD.h}, while \Opcode{SRS} and \Opcode{SRSH} only work on \Register{\$acS}.
|
||||
\end{DSPOpcodeNote}
|
||||
|
||||
\DSPOpcodeFlagsUnchanged
|
||||
|
|
Loading…
Reference in New Issue