![]() Former-commit-id: fa27738b7a4afbb6c13c8a0bf1652fda4035eb11 [formerly d5b672a7f6c86d100948319718b0441a2a3275bc] [formerly bace648de699d7a07a79c5952375dba81a0ed560 [formerly 318d5be313b6d483cdac840470c623621680d3a0]] Former-commit-id: 5f7abcf64ddd05fd0338c456b69a61fe51793a4f [formerly b09eac5680ecc1fff7b40f5dc83dbf8d9a5959dd] Former-commit-id: 605e626feffa2d8800ddfa427d5e4c4365ef80a0 |
||
---|---|---|
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.