![]() Former-commit-id: 662b0dd64b3a093f35acd725f0d3a53da9863b89 [formerly e2a9ab8a73a3a9cf202a25012a2312f8268a8fd3] [formerly 50af0775520423da8ae4be079a297cd756ffd8c3 [formerly 7f0deec60c59e262eeed803c28665deae03f48d6]] Former-commit-id: 53f0a320ecd617002ec113bbabae2fc16d823099 [formerly 0d9ef143041db7712b5e4cd183061c556b4533f3] Former-commit-id: d88fe2c9ac4241b03c576b7f369584b3b6b7db5d |
||
---|---|---|
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.