.. |
DSPAnalyzer.cpp
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
DSPAnalyzer.h
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
DSPCodeUtil.cpp
|
Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (compiling with include works perfectly)
|
2009-04-25 10:38:26 +00:00 |
DSPCodeUtil.h
|
Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (compiling with include works perfectly)
|
2009-04-25 10:38:26 +00:00 |
DSPHost.h
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
DSPInterpreter.cpp
|
DSP switched mode 16 and 40
|
2009-04-22 19:08:13 +00:00 |
DSPInterpreter.h
|
DSP: make all logical operations set the logical SR_LOGIC_ZERO flag instead of the arithmetic flags
|
2009-04-15 22:04:44 +00:00 |
DSPJit.cpp
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
DSPJit.h
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
DSPTables.cpp
|
DSP switched mode 16 and 40
|
2009-04-22 19:08:13 +00:00 |
DSPTables.h
|
DSP: More work on dsptool. Minor bugfixes. Add some testdata for dsptool.
|
2009-04-18 11:31:37 +00:00 |
LabelMap.cpp
|
DSP: Fixed case and some printing in asm
|
2009-05-01 12:15:48 +00:00 |
LabelMap.h
|
Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (compiling with include works perfectly)
|
2009-04-25 10:38:26 +00:00 |
SConscript
|
one file missing in sconstruct
|
2009-04-18 21:26:44 +00:00 |
assemble.cpp
|
DSP: Fixed case and some printing in asm
|
2009-05-01 12:15:48 +00:00 |
assemble.h
|
Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (compiling with include works perfectly)
|
2009-04-25 10:38:26 +00:00 |
disassemble.cpp
|
Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (compiling with include works perfectly)
|
2009-04-25 10:38:26 +00:00 |
disassemble.h
|
Completely fixed DSPTool, on all of its memory leaks, bad API and bad C++. (compiling with include works perfectly)
|
2009-04-25 10:38:26 +00:00 |
gdsp_aram.cpp
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
gdsp_aram.h
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
gdsp_condition_codes.cpp
|
Tiny fixes
|
2009-05-01 14:52:54 +00:00 |
gdsp_condition_codes.h
|
small cleanup
|
2009-04-16 00:06:37 +00:00 |
gdsp_ext_op.cpp
|
added small comment
|
2009-04-14 13:13:12 +00:00 |
gdsp_ext_op.h
|
guessing unknown extension (seems not to crash anything while other guesses did)
|
2009-04-14 12:37:44 +00:00 |
gdsp_interface.cpp
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
gdsp_interface.h
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
gdsp_interpreter.cpp
|
Trying clr15/set15, this is an educated guess after looking at ucodes. Please test it and tell me if you see any
|
2009-04-16 21:46:55 +00:00 |
gdsp_interpreter.h
|
DSP: Give the assembler and disassembler saner public APIs. Fix bug in fileutil ReadFileToString. More cleanup.
|
2009-04-14 22:30:31 +00:00 |
gdsp_memory.cpp
|
one file missing in sconstruct
|
2009-04-18 21:26:44 +00:00 |
gdsp_memory.h
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
gdsp_opcodes_helper.h
|
DSP change condition code in accordance to latest finding
|
2009-04-21 08:53:36 +00:00 |
gdsp_registers.cpp
|
DSP: Move the LLE core to a library. Added DSP assembler from gdtool, start cleaning it up. Create a new program called "DSPTool" which will become a more up to date replacement for gdtool from the devkitpro, automatically incorporating all our findings as we make them. This program depends on the new library. It can *ALMOST* roundtrip (asm->disasm->asm) hermes' DSP mixer at this point. Sorry about the unfinished Sconscript work - I'll fix it soon if nobody else does it first.
|
2009-04-12 10:21:40 +00:00 |
gdsp_registers.h
|
DSP: Fixed case and some printing in asm
|
2009-05-01 12:15:48 +00:00 |