jcrona / tamalib

A hardware agnostic Tamagotchi P1 emulation library
GNU General Public License v2.0
165 stars 17 forks source link

Decompilation? #13

Open NoNamedCat opened 1 year ago

NoNamedCat commented 1 year ago

Is very hard to do a decompilation to port the program to c or c++? are there some tools for the architecture? I'm wondering if is possible to traduce the rom to C or C++

jcrona commented 1 year ago

Hi @NoNamedCat,

I'm not aware of any tool that can produce a first "draft" of C code for the E0C6200. However, if you do find something, keep in mind that the result will not be easy to read, and will just be the starting point of a complete rewrite of the code, making sure building it still produces the same binary ROM.

If you find something, let me know !

Good luck !