mirror of https://github.com/n64decomp/007.git
A decompilation of Goldeneye 007 brought to you by a bunch of clever folks. (MIRROR of https://gitlab.com/kholdfuzion/goldeneye_src)
![]() Former-commit-id: b43d0096f2e4d67a3000724fc366ba1a408c9e45 [formerly 7231e4e425b5a49ba924ced5125630e8ad02443b] [formerly b2bc8613d5452cf76c2162801d3261182cd97f8f [formerly d3f788a10e9f6192e5393f91d227fa06ad11abd5]] Former-commit-id: e30c045f07e509dfba1223e95f0670ae9431ab0f [formerly 79fec74a9255a199db6881e0a0d43040205f2c5d] Former-commit-id: 7cb71a8b8188a913f3ad221e2f3c485b440f72b5 |
||
---|---|---|
GE Documentation | ||
bin | ||
font | ||
images | ||
music | ||
obseg | ||
ramrom | ||
src | ||
tools | ||
.gitignore | ||
Makefile.REMOVED.git-id | ||
Makefile.data | ||
ge007.u.config.REMOVED.git-id | ||
ge007.u.ld.REMOVED.git-id | ||
ge007.u.s.REMOVED.git-id | ||
globals.inc.REMOVED.git-id | ||
readme.md | ||
rspcode.bin.REMOVED.git-id |
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:
- i havent converted move d, s to or d, s, $zero yet in tlbcode, so rom is not byte accurate
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.