From 14c0cb2760cf73ea0f25f00dae725bd7836c3d16 Mon Sep 17 00:00:00 2001 From: Zack Buhman Date: Thu, 24 Aug 2023 05:46:40 +0000 Subject: [PATCH] README: add DMA counter syntax note --- README.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index bf345a8..f29ea97 100644 --- a/README.rst +++ b/README.rst @@ -56,6 +56,11 @@ example as invalid: it misleads what the result of the operation is. This change is consistent with what is written in the SCU manual (ST-97-R5-072694), but is inconsistent with SEGA's SCU DSP examples. +.. note:: + + It is currently unclear which of the two is correct. A future + version of scu-dsp-asm may change this behavior. + Differences that affect code generation ======================================= @@ -85,8 +90,8 @@ In short: Spurious invalid X-bus opcode generation ---------------------------------------- -Under seemly-random circumstances, ``dspasm.exe`` emits the undefined -X-bus opcode ``001``. Given: +Under seemingly-random circumstances, ``dspasm.exe`` emits the +undefined X-bus opcode ``001``. Given: .. code::