A decompilation of Goldeneye 007 brought to you by a bunch of clever folks. (MIRROR of https://gitlab.com/kholdfuzion/goldeneye_src)
Go to file
Larry e334c89e7a promote rewrite to main
Former-commit-id: d36c33017e2f3d4cc22f044e3bb991e91e3261b2 [formerly 06181282db1eaef6c65ccc5c4ad79d0d4de2851f] [formerly 768205206a357b9428abcdb05368c0b8fd725580 [formerly 81c7801c2397e9054d5d0642a19d3b216bd2352a]]
Former-commit-id: ef79bc4ca5d52a49a24441756a35e2e6da88e4f3 [formerly c876a0c90ca85c67f2fe651172df69b3ec4dd0b6]
Former-commit-id: 27b347c7fcd44a1d55d42391a4f722a4b67b9bea
2017-08-14 14:20:01 -05:00
GE Documentation Add zoinkity's GE Documentation 2016-11-16 09:54:11 -06:00
bin promote rewrite to main 2017-08-14 14:20:01 -05:00
images promote rewrite to main 2017-08-14 14:20:01 -05:00
obseg promote rewrite to main 2017-08-14 14:20:01 -05:00
ramrom promote rewrite to main 2017-08-14 14:20:01 -05:00
src promote rewrite to main 2017-08-14 14:20:01 -05:00
tools promote rewrite to main 2017-08-14 14:20:01 -05:00
.gitignore promote rewrite to main 2017-08-14 14:20:01 -05:00
Makefile.REMOVED.git-id promote rewrite to main 2017-08-14 14:20:01 -05:00
Makefile.data promote rewrite to main 2017-08-14 14:20:01 -05:00
ge007.u.ld.REMOVED.git-id promote rewrite to main 2017-08-14 14:20:01 -05:00
ge007.u.s.REMOVED.git-id promote rewrite to main 2017-08-14 14:20:01 -05:00
globals.inc.REMOVED.git-id promote rewrite to main 2017-08-14 14:20:01 -05:00
readme.md promote rewrite to main 2017-08-14 14:20:01 -05:00
rspcode.bin.REMOVED.git-id promote rewrite to main 2017-08-14 14:20:01 -05:00

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:

  1. 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.