![]() Former-commit-id: d78ac60edc4e41f3a3da86df1e9a49076706f17f [formerly 55099ab18991debc968c389e674ffa2807cb061e] [formerly 913dc09b46038f16dad8a39d7c98bf6b14387b96 [formerly 0a4a56e4d46e91ee5963aa5fe9ca40c57f52efd6]] Former-commit-id: 0201629c5e2322795587bde690b70f49f7847c12 [formerly e829b9601bfb63a86e2e4ba825a41f1137c4b9d5] Former-commit-id: e48d51c9bcba28c5b3a25ce6e6c98e66b6c66f53 |
||
---|---|---|
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.