![]() Former-commit-id: 3257159630a929531a5b6ecc56bd39ad70f449b2 [formerly 06615e40cd82d551bb9b1be6d5cd5b326b150ba4] [formerly e323971f0f6f176afb192fd91c8fbf439a67236b [formerly 9f5ec15366f607e66a722f57bbc42db3c082b26e]] Former-commit-id: c1b8c2c4b856f8805037f74b5b29feea1b445614 [formerly cc63c10308a40e137c7b6dd619cdf0b506f2f465] Former-commit-id: f9eac26af70e785a8553df217f7b78903bde0cf9 |
||
---|---|---|
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.