![]() Former-commit-id: b064c962090e67288f99f40db49ca70eccc1df57 [formerly 1ad9f4fe3be56fcbab45e465f13223714426bec9] [formerly e7ebcd4f5886316143ccb3b5fb8bf82e2c4a7c77 [formerly 34d056f852f8a8e65015bd389d1e67d27bec9472]] Former-commit-id: 6acf32c557cd5c46d8cbbf8e41291580883d8bc3 [formerly 77fc3c8d93ad967cf48e0ba41374a109b1758d53] Former-commit-id: f555d89db0a2dbea81dcf77c751a814020d0022a |
||
---|---|---|
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.