README: add DMA add mode note

This commit is contained in:
Zack Buhman 2023-08-24 07:20:08 +00:00
parent 14c0cb2760
commit 9e880d6039

View File

@ -84,8 +84,14 @@ In short:
mnemonic mnemonic
- scu-dsp-asm assembles ``DMA`` as the equivalent of the ``DMA1`` - scu-dsp-asm assembles ``DMA`` as the equivalent of the ``DMA1``
mnemonic, which is the correct behavior as originally intended by
SEGA. .. note::
It is unclear which of these is correct. A future version of
scu-dsp-asm may change this behavior.
The documentation, dspasm.exe, and the real SCU DSP are each
representing this in a mutually inconsistent way.
Spurious invalid X-bus opcode generation Spurious invalid X-bus opcode generation
---------------------------------------- ----------------------------------------