Diassembled a game...now what do I do?
Posted: Tue Dec 09, 2003 6:50 pm
After teaching myself a tiny bit of German I was able to output the Assembly code of an Atari ST game called Brataccas.
Or at least I think that is what I did ::)
There are two main files that run the program:
BRATACCA.PRG
MAIN
If my understanding of how most software works BRATACCA.PRG is the interpreter of sorts, MAIN is the resources.
My goal here is only to extract images from these files. I have no idea how to go about this.
I requested Brian's help long ago, but, he is still busy with SCI Studio (although he did offer to help when SCI VGA is released).
Basically, I am going to do as much as possible myself. I consider it a small miracle that I made it this far, and with a disassembler written in German at that (actually it was pretty easy to figure out).
Any help from anyone would be GREATLY appreciated.
You may download both the original files and the decompiled txt files here:
http://www.juncmodule.com/juncAGS/BRATACCAS.zip
Thank you,
-junc
Or at least I think that is what I did ::)
There are two main files that run the program:
BRATACCA.PRG
MAIN
If my understanding of how most software works BRATACCA.PRG is the interpreter of sorts, MAIN is the resources.
My goal here is only to extract images from these files. I have no idea how to go about this.
I requested Brian's help long ago, but, he is still busy with SCI Studio (although he did offer to help when SCI VGA is released).
Basically, I am going to do as much as possible myself. I consider it a small miracle that I made it this far, and with a disassembler written in German at that (actually it was pretty easy to figure out).
Any help from anyone would be GREATLY appreciated.
You may download both the original files and the decompiled txt files here:
http://www.juncmodule.com/juncAGS/BRATACCAS.zip
Thank you,
-junc