![]() Former-commit-id: 07099495cac8642f3a46d984323f144cea1ee85e [formerly c0fd1a2fe56a02b64c9ca88cc48c27559384a27d] [formerly c571bbd9bce003da023765fc32439ae711998373 [formerly 392bbaa8efc220847734bceedae9d1c5a1cb6e12]] Former-commit-id: 60f1efe8cf3c07aaf4ce591b4f93ad930c68fcd5 [formerly cbff6ea11b17d768b6923fe6bc502f63b91b24f2] Former-commit-id: 2f95d585a33ffbcfe5e13fbeab67b28d7d19da4a |
||
---|---|---|
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.