![]() Former-commit-id: 26765879b2e8093988c583fa62fe357b5ff5ce2c [formerly 24735a5fb4f2803b17d650d2beaafe7f7df46186] [formerly c805c5aa3a22c86120155b18d38537d11999b017 [formerly 79117c23129742d7d099598988ba4618e4c90a49]] Former-commit-id: ab53a9648ba0a18dac34828b9fa7d0c5a3d51257 [formerly 8f12154731194b75515481d870a0963c68fc29d6] Former-commit-id: d40ea68e393be5a5fc2254a473da6d3dc0e2c7a6 |
||
---|---|---|
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.