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 333b001d8a remove a temp file
Former-commit-id: b43d0096f2e4d67a3000724fc366ba1a408c9e45 [formerly 7231e4e425b5a49ba924ced5125630e8ad02443b] [formerly b2bc8613d5452cf76c2162801d3261182cd97f8f [formerly d3f788a10e9f6192e5393f91d227fa06ad11abd5]]
Former-commit-id: e30c045f07e509dfba1223e95f0670ae9431ab0f [formerly 79fec74a9255a199db6881e0a0d43040205f2c5d]
Former-commit-id: 7cb71a8b8188a913f3ad221e2f3c485b440f72b5
2017-08-15 09:08:42 -05:00
GE Documentation Add zoinkity's GE Documentation 2016-11-16 09:54:11 -06:00
bin move around and rename files 2017-08-15 08:45:24 -05:00
font move around and rename files 2017-08-15 08:45:24 -05:00
images promote rewrite to main 2017-08-14 14:20:01 -05:00
music move around and rename files 2017-08-15 08:45:24 -05:00
obseg move around and rename files 2017-08-15 08:45:24 -05:00
ramrom promote rewrite to main 2017-08-14 14:20:01 -05:00
src remove a temp file 2017-08-15 09:08:42 -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 move around and rename files 2017-08-15 08:45:24 -05:00
ge007.u.s.REMOVED.git-id move around and rename files 2017-08-15 08:45:24 -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.