![]() Former-commit-id: c9c82dc883804436ec1ff5a28c944b69f2b83691 [formerly 28f41d8ef7a2c00475f78586c733bc2281b74d52] [formerly 0ba66f98022092523713553bc20328069f73af96 [formerly 853a4e22d6840d49d45a27ab490ced76938791f7]] Former-commit-id: 7cdd0a045ac2c9d69889a41dc6d3a9671b487309 [formerly 33c50a0cb6f38f8b5cad05523dfebcd14ab7b8a9] Former-commit-id: 50ae1f083f704344bec3a92f08f51f24773a2237 |
||
---|---|---|
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.