![]() Former-commit-id: 3b2958fdef7f2d0f6c84e7ac6eed0f2b9712987a [formerly 138e8cf5e23463405a08320a4cda47b98d1c75a7] [formerly 38c6570b65045da4c04e5cc88e5f0efc7d7f05c9 [formerly 79cd50092176535dda58fbdf49666098af601815]] Former-commit-id: 625f781133b2de186fc3016adad32d8b5eb22186 [formerly 1e2ea85816ac011e066a1ec5e3a93e26dfe87921] Former-commit-id: 369759e7672b829e8a6e0bb2fd8353300ab78c03 |
||
---|---|---|
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.