![]() Former-commit-id: 2f1c9e36c57c6eb34b7a776681c0744f6f5a5bf7 [formerly a1bb116b824fd2f95df15f11c56f7750068f75d0] [formerly 3a0a96e74af7f70b457d131254ddee345033e1ec [formerly 090814ab24b52a409fbbd77b78de717f0ae020ac]] Former-commit-id: 2ebc36cd94a4712782528dea63b5aa1a241a3c4c [formerly 3b343f7a3413a3f2692317ad9b95c76dc0ce877b] Former-commit-id: aa56222ec93ae081f3dcc89d0b52379fa439ce63 |
||
---|---|---|
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.