mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
docs/DSP: A failed RETcc only inceases PC by 1, not 2
This is because RETcc is a single-word instruction.
This commit is contained in:
parent
1b84721b7f
commit
5bf59f3ce4
1 changed files with 1 additions and 1 deletions
|
@ -3689,7 +3689,7 @@ A ``-'' indicates that the flag retains its previous value, a ``0'' indicates th
|
||||||
IF (cc)
|
IF (cc)
|
||||||
POP_STACK($st0)
|
POP_STACK($st0)
|
||||||
ELSE
|
ELSE
|
||||||
$pc += 2
|
$pc++
|
||||||
ENDIF
|
ENDIF
|
||||||
\end{DSPOpcodeOperation}
|
\end{DSPOpcodeOperation}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue