diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2010-02-20 09:36:22 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2010-02-20 09:36:22 +0000 |
| commit | 2aa03f5b3b1b6212addff70201a3ba3662471ed9 (patch) | |
| tree | d1909d532ce5c460d94cd504f1cb7ec88c2a4dce /Source/Core/DSPCore/Src/DspIntArithmetic.cpp | |
| parent | 154bc956ad0b0abc6f568056e9e100b0d0ceb319 (diff) | |
Some really (REALLY) old changes that were hanging on my computer for a while
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5091 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DspIntArithmetic.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DspIntArithmetic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp index 728a612eab..3d03ad334c 100644 --- a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp +++ b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp @@ -548,6 +548,7 @@ void addr(const UDSPInstruction& opc) // SUBR $acD.M, $axS.L // 0101 0ssd xxxx xxxx // Subtracts register $axS.L from accumulator $acD.M register. +// NOTE: It is seen in DSP_UCODE_ZELDA that AXs.H can also be subtracted void subr(const UDSPInstruction& opc) { u8 areg = (opc.hex >> 8) & 0x1; |
