![]() Former-commit-id: c563325b85f5b0f96c4ac72398352c10783b52a6 [formerly ed2c44fe79758925d96e7010a6a0df4f4a455d54] [formerly d012836289ab5eae835afe7476d7e172a47c4e9d [formerly b74d8c6e26bfd0942f09cea11f2c9c406fa8a9ae]] Former-commit-id: b2b069f24f70581ca5e7a105e2046886d1dad30d [formerly 33e67ecf7ac42e111e515143cbfeef56b6d6816e] Former-commit-id: 7bceb58df8f947664319876942450ead8679b093 |
||
---|---|---|
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.