![]() Former-commit-id: 11b4d93c1d54bfc64d93399786de13ba1ac319f8 [formerly 2a91ad3130d7ac369918094701b792adb588230b] [formerly 7a37dda6adf004c7bac1fbbe0330065fd8a02ec2 [formerly 98f07e72cb76ecef99a7f372dc5c39841111d7d0]] Former-commit-id: 9e6e382615fc26976c10cd86230f249a907b99b6 [formerly 9f887f4d8757d6c4fadce575f569cdfe441f0818] Former-commit-id: 28d70fd5d94eded4eb4681f4effa1bfa7f8206fd |
||
---|---|---|
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.