![]() Former-commit-id: 70337c90fb169355e9a5d09a3d8964752b96175a [formerly 46582421d71d9fea0ebc512bb8632edff788aa0f] [formerly 70b94f0da323fcc4dce9c4962fc57961a2a87c8c [formerly 6b5dbf9e08758a198444a400a30798fc8e12c273]] Former-commit-id: 279a20483b9c8a1605006a43b71a6344714512a1 [formerly 6e5ac6ab6839f4753d6f78151c575c223c301316] Former-commit-id: f225bf64cb452bb24bc328994e06976f91911928 |
||
---|---|---|
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.