![]() Former-commit-id: 244aab14c50a64844f9b179ca8ddcfacfba17a1b [formerly 110f0cffccc4a295af61177993c26ee6b412f699] [formerly 62528fd5e9f1720dced5ab20aace71494177ff7b [formerly d8f76cecec41cfc82573cb1095213c8cf5c0cb3b]] Former-commit-id: b05083531e0d9f1b04d7b20d495cb2faf8af6e4d [formerly fe0d00f05ac439489166de9662651bec68fa877c] Former-commit-id: a9bd437dc8f625718d1d2e53236913f66a626523 |
||
---|---|---|
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.