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 385f14b61c add config file for n64split that started this project, to use append a decompressed 21990 to end of baserom
Former-commit-id: 8dafd296106970c064ccf60e500637900482cc7b [formerly 589c5972dbcb5db42f7064fcad6f60ed640bd3a0] [formerly 1020fa0030da381dd97feaa726ac8fb7780b5506 [formerly 0e0adab327a71e8e21df8982765424aca710d0bb]]
Former-commit-id: 83429ee0710211dc162636ec8fcbed7e1be91014 [formerly 85d1b332ab578cbe3e6a8e92f494eedb68073151]
Former-commit-id: 1855e71308b49f915c68cb011c5b2397a2e2516a
2017-08-14 14:59:40 -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.config.REMOVED.git-id add config file for n64split that started this project, to use append a decompressed 21990 to end of baserom 2017-08-14 14:59:40 -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.