|
|
|
|
|
by foxyv
1234 days ago
|
|
Extraordinary claims require evidence. If this can be automated, give it a whirl and write a blog about it. I'm sure a LOT of people would love to see this. Also, keep in mind that translating between source code in two languages is fairly easy, while translating machine code to a compilable language is very hard. It requires knowledge of the machine itself which may or may not exist. Maybe ChatGPT knows enough about SNES to do this? Probably not. Setting a register to some magic constant and then pushing it to some unknown address will do SOMETHING in the computer but you don't know what or why. It's honestly really messy. |
|
https://www.romhacking.net/forum/index.php?topic=32277.0
And then GPTChat gave me this:
The places where it can not fill in the details is because there are subroutines that are called whose body I didn't include in the prompt. Basically if you take a recursive approach where you feed ChatGPT incrementally the subroutines and whatnot, it can reconstruct it.