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
2017-08-15 08:45:24 -05:00
2017-08-15 08:45:24 -05:00
2017-08-14 14:20:01 -05:00
2017-08-15 08:45:24 -05:00
2017-08-15 08:45:24 -05:00
2017-08-14 14:20:01 -05:00
2017-08-15 09:08:42 -05:00
2017-08-14 14:20:01 -05:00
2017-08-14 14:20:01 -05:00
2017-08-14 14:20:01 -05:00
2017-08-14 14:20:01 -05:00

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.

S
Description
No description provided
Readme 85 MiB
Languages
C 95.8%
C++ 1.9%
Python 0.9%
Assembly 0.6%
HTML 0.4%
Other 0.3%