Hello, I've been trying to get DSPTool to work to generate dsp_code.h. I have figured out how to decompile DSP .bin files dumped with Dolphin (which just turned out to be the same file dumped along side the .bin file), but reassembling them usually leads to an error along the lines of
More than likely, I'm feeding it the wrong file, but if that's true, then what is the right type of file?
What I first tried:
Code:
1 : 0000 0000 nop ERROR: Unknown opcode Line: 1 : -
What I first tried:
- use
./dsptool -d gamedspfromdolphin.bin -o output.txt
- then
./dsptool output.txt -h dsp_code
-
./dsptool gamedspfromdolphin.txt -h dsp_code
- then a whole bunch of other attempts