![]() Former-commit-id: 65c5abc5c77cb139e3d948b047792ab14935aaaa [formerly 23e63425ee317f7f0d9e68735eee159e58205ef8] [formerly 06341be1adc5e5953c721ecfb8b097b69600bd04 [formerly 212eea2a54aab8ec7701f5b632837ef3d9fb32d2]] Former-commit-id: 6217051455725873a655d00d6c6b38d6d1ee6c34 [formerly 18526599da3b1310e39e9d9b9e6fbf916e3807a1] Former-commit-id: 6af7da7eb6019f7c180d895ce391b2c9262a5cf6 |
||
---|---|---|
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.