![]() Former-commit-id: 62523cdfd7c9316520c8799359a5b6d8ec2b0c0d [formerly 1cc646c9eb98dc57ab3a6eb9e9bb344ba4aa8732] [formerly 792ae8b49c3abbfaba5e36016c2e317b9e5c14c5 [formerly 80d5b89add6377eda46e79dc675e143e2cebccb7]] Former-commit-id: 4b4934df9d5db8c4255f4f91aef3464d8d35d6a5 [formerly 2ccd9d055a050eb3ee962c4e696663a664b05a27] Former-commit-id: 5c761f67ec6330da3703fffcb36737f820695326 |
||
---|---|---|
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.