docs/DSP: Fix 'LS encoding
The old encoding was a copy of 'LN.
This commit is contained in:
parent
8767df40e5
commit
139e05800f
|
@ -4250,7 +4250,7 @@ Extended opcodes do not modify the program counter (\Register{\$pc} register).
|
|||
|
||||
\begin{DSPOpcode}{'LS}
|
||||
\begin{DSPOpcodeBytefield}{16}
|
||||
\monobitbox{4}{xxxx} & \monobitbox{4}{xxxx} & \monobitbox{4}{01dd} & \monobitbox{4}{d1ss}
|
||||
\monobitbox{4}{xxxx} & \monobitbox{4}{xxxx} & \monobitbox{4}{10dd} & \monobitbox{4}{000s}
|
||||
\end{DSPOpcodeBytefield}
|
||||
|
||||
\begin{DSPOpcodeFormat}
|
||||
|
|
Loading…
Reference in New Issue