![]() Former-commit-id: ff559fc488a926a73fe36e70a6948d960e0571c2 [formerly 4a909c9ad901354f6a9e9d1db8780c9196179703] [formerly 06878a1e149a0e8f35f8c9cba6400f63866a0f53 [formerly 366b490fbec54256784c7fc66ca60300ab75e47c]] Former-commit-id: e35c36f8ede4bc59d327d31fe6a1f3a8dd8bd9cd [formerly d0552759cb3f5f6a5d931a7aad7aa990f0feaeb4] Former-commit-id: d7c0608f41c9d4a3e3ec11a255d1f4b062df22b1 |
||
---|---|---|
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.