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: d36c33017e2f3d4cc22f044e3bb991e91e3261b2 [formerly 06181282db1eaef6c65ccc5c4ad79d0d4de2851f] [formerly 768205206a357b9428abcdb05368c0b8fd725580 [formerly 81c7801c2397e9054d5d0642a19d3b216bd2352a]] Former-commit-id: ef79bc4ca5d52a49a24441756a35e2e6da88e4f3 [formerly c876a0c90ca85c67f2fe651172df69b3ec4dd0b6] Former-commit-id: 27b347c7fcd44a1d55d42391a4f722a4b67b9bea |
||
---|---|---|
GE Documentation | ||
bin | ||
images | ||
obseg | ||
ramrom | ||
src | ||
tools | ||
.gitignore | ||
Makefile.REMOVED.git-id | ||
Makefile.data | ||
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.