![]() Former-commit-id: 441a14e46ee64948c804734ee4eae2f9f73da2de [formerly 83154f8923651121ceac904ee4d0f6309dc84bbf] [formerly 6f9643520f0cead6463ab4b439d6c7c9303e9435 [formerly e858b7bdc6964913ee62f1de9cf2becf96b811a1]] Former-commit-id: f7e5ebe0e2923bf8f917cdc23b4b9e0565e04a23 [formerly 68f22a7ba91593d3cba5a8c658a0e1862d49665c] Former-commit-id: 93842eb927516b990bdf5f70fc2715f5b3564723 |
||
---|---|---|
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.