![]() Former-commit-id: bc7d43aa7eefc5b5471dd37c85addd127af8d602 [formerly 73ca0427f3e8c56dd4e9ad0344dae81b42024a48] [formerly 846dca411c8271a903715a31aa49748d9433c5ef [formerly b206771e0af595c78593fcbf9a4e9a6be2f70431]] Former-commit-id: 20349ff8b753f8f30a31fcf9d094a8a93da5abf9 [formerly 9eb45d8fa5369d2df432f5dd218f5eb1fc8612fd] Former-commit-id: 854b7d7f1d5ed3c6e1b637be2cd1e7bf7b42d1ff |
||
---|---|---|
GE Documentation | ||
bin | ||
font | ||
images | ||
music | ||
obseg | ||
ramrom | ||
src | ||
tools | ||
.gitignore | ||
Makefile.REMOVED.git-id | ||
Makefile.data.REMOVED.git-id | ||
ge007.u.config.REMOVED.git-id | ||
ge007.u.ld.REMOVED.git-id | ||
ge007.u.s | ||
globals.inc | ||
macros.inc | ||
readme.md |
readme.md
This is a working Goldeneye 007 disassembly!
All code is disassembled! Known functions are labeled. Addresses in .data have not been symbolically represented yet.
All of 21990 compressed data segment is decompressed and assigned to .data. I think all strings are now represented by .asciiz statements. Alot of labels made. Still have to do formatting and structuring of data.
Started Makefile and linker scripts.
KNOWN BUGS: NONE!!!!
Also, still need to take the big series of includes making a single object, and split to many objects linked to right spot. Deconstruction of individual files in ob_seg will happened during or as a result of this.
This dissassembly was made possible by a ton of people who will all be listed later when I make a proper readme.