![]() Former-commit-id: 741dfa665de9cf228011b320b5b6ec0db41e5ed5 [formerly 5d3c2db74384fb883dd9c18c605143ad962d8bd0] [formerly afd683039a865fe366b93ce64ad0cbe08371693e [formerly 91088b80b9289601ca2ff8ef5fe90b51a3bc2b48]] Former-commit-id: 58d50b191c52d27414a85d8fbe9e707f930b5a9e [formerly 0e9857a54c3c55d26aceeec01c41656f8d1fdc32] Former-commit-id: 24bc1772fbf6e51eeb73c7ec746aa4161b37f5ea |
||
---|---|---|
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.