![]() Former-commit-id: f4f24123f391c9d02a1e7e4f16e8559f726ab779 [formerly 72d66252de1c2fb5fb012b4a0214742ed0736afd] [formerly 98669ad5b8f3d1bea6cce7a676ace9bcd3455c69 [formerly dece441b2785b5b245ba7ce2fbcc4435e56ddf17]] Former-commit-id: 6aaf06c54790aebb7f1119899a0e6af8a84a9beb [formerly 5895b680f9c78569f3074b52d7a489b0115ca894] Former-commit-id: c7a2bb274da45fa642c3ae9aaa116215210bf1ec |
||
---|---|---|
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.