![]() Former-commit-id: 564ce135a9cdf23bb94b667d4f7a27deba399554 [formerly d6cdc174498120b00c98640b9cfccd9f55b9d371] [formerly e88a6475a308c2bf51cfc8c0f0832ef036151ffb [formerly 65a29b5e9a88aa3687d874a8925ac26fbb8d79d5]] Former-commit-id: 2ba22525f911a8882cb43904a9ca7c50176d72e8 [formerly adc681168d818cbf747787c9f2b539b71004dcfb] Former-commit-id: 24956ff3d7a14ce8dfee92aff5a6987cf63cab4b |
||
---|---|---|
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.