Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
scpu:mipsrecompiler [2014/09/29 10:22] amidog |
scpu:mipsrecompiler [2014/11/03 16:07] (current) amidog |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| This is a static MIPS-I recompiler for a SuperCPU equiped C64. | This is a static MIPS-I recompiler for a SuperCPU equiped C64. | ||
| - | That is, it will take a MIPS-I executable and translate the MIPS opcodes into 65816 ones. The recompiler is written in ANSI-C, compiled using GCC and recompiled into 65816 code using itself. Or in other words, a x86 compile of the recompiler is used to recompile a MIPS-I compile of the recompiler :-) | + | That is, it will take a MIPS-I executable and translate the MIPS opcodes into 65816 ones. The recompiler is written in ANSI-C, compiled using GCC and recompiled into 65816 code using itself. Or in other words, a x86 compile of the recompiler is used to recompile a MIPS-I compile of the recompiler :-) There is also a Win32 build included, which likely is more usefull than the SuperCPU native one. |
| The latest version can be downloaded below. More information in the archive. | The latest version can be downloaded below. More information in the archive. | ||