![]() Former-commit-id: ca72f2cc3ca8ebe17892c494854fb017e413f165 [formerly e8a752fdf056661f5472a5af51f7b691842fb23e] [formerly eaf573750f82f55cab02367c849584cecc18ad4f [formerly 6c2ad2fa31e4d16706c458df6b5eea8221227d8d]] Former-commit-id: d07b70d6c8f336c044c0234301037ba44d22dd48 [formerly 943e092bfcd3da6aff96ed1373c669ba263e831c] Former-commit-id: 8b326b6bc557345c51e5bbed9aba68c1e6334508 |
||
---|---|---|
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.