![]() Former-commit-id: d0ae296dad78b437f674875ee6ede20d28255466 [formerly 38b6157cf2da36b897494a421862a2675e2fd799] [formerly a21f2ddc4102bb1fd72b93f19d8e1e88b41a592b [formerly f5d3da6b518059853bc5fa9d9d3cd480c8b08927]] Former-commit-id: d4cc79dbd9afbf4ba65730347764c3c6a10e1164 [formerly c99f433e322f992da4a3d0b3e9b98a91be38fb98] Former-commit-id: 9cb5f2eb4d7140193d6b3b0db7b1c663fde540b5 |
||
---|---|---|
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.