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
|
@ -3689,7 +3689,7 @@ A ``-'' indicates that the flag retains its previous value, a ``0'' indicates th
|
|||
IF (cc)
|
||||
POP_STACK($st0)
|
||||
ELSE
|
||||
$pc += 2
|
||||
$pc++
|
||||
ENDIF
|
||||
\end{DSPOpcodeOperation}
|
||||
|
||||
|
|
Loading…
Reference in New Issue