summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPInterpreter.cpp
AgeCommit message (Expand)Author
2009-06-28DSPLLE: Setting breakpoints and stepping through code now works in the (still...hrydgard
2009-06-28DSPLLE: sort of semi-working breakpoints and stepping, if you flip an #ifdef....hrydgard
2009-06-28added an AX disasm with (few) comments. Moved some code around to prepare to ...hrydgard
2009-06-28DSP: build fixin', more movin', some comments.hrydgard
2009-05-02DSPLLE: Split the huge DSPInterpreter.cpp into separate files for the differe...hrydgard
2009-05-02DSP: Document in a comment what CLR15/SET15 appears to do. (unsigned multipli...hrydgard
2009-05-01DSPLLE: Wrapping behaviour for single increments/decrements of address regist...hrydgard
2009-05-01DSP: I hereby name R08-R11 WR0-WR3, standing for Wrap control Registers 0-3.hrydgard
2009-04-22DSP switched mode 16 and 40nakeee
2009-04-21DSP change condition code in accordance to latest findingnakeee
2009-04-18More DSPSpy findings - nakee's "TSTAXL" isn't test. Not sure what it is though.hrydgard
2009-04-18DSP: Comment some new discoveries.hrydgard
2009-04-18First DSPSpy results. cleanup and commenting.hrydgard
2009-04-18DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool.hrydgard
2009-04-16Trying clr15/set15, this is an educated guess after looking at ucodes. Please...nakeee
2009-04-16dsp: small disasm fixnakeee
2009-04-15Reverting the change that made logical function update logical zero nakeee
2009-04-15DSP: make all logical operations set the logical SR_LOGIC_ZERO flag instead o...nakeee
2009-04-12DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start c...hrydgard