aplumafreak500 / DisMKW

pret-style disassembly of Mario Kart Wii. WIP
20 stars 1 forks source link

RVLCC needed to match #1

Open aplumafreak500 opened 6 years ago

aplumafreak500 commented 6 years ago

Right now, I'm not really going to deal with decompilation, but if and when I do, I'll need something like agbcc and such from the pret repositories. This is due to the Dolphin and Revolution SDKs using the Metrowerks CodeWarrior compiler. A modified GCC (rvlcc) is how I would like to target this issue.

aplumafreak500 commented 6 years ago

As of 27f7e682f93e36f0259650ff0f9b50f81562e121, it's possible to compile and assemble C code, but we may still need preprocessors, custom GCC (rvlcc), etc., to fully match the basedol.

aplumafreak500 commented 5 years ago

https://github.com/aplumafreak500/rvlcc