Disassemble asp microcode

This commit is contained in:
Ryan Dwyer 2021-11-22 20:32:28 +10:00
parent bab24b7660
commit 02fe6189f1
2 changed files with 2165 additions and 2 deletions

2165
src/rsp/asp.s Normal file

File diff suppressed because it is too large Load Diff

View File

@ -253,9 +253,7 @@ class Extractor:
def extract_rsp(self):
self.extract_rsp_segment('gsp.text.bin', 0xd0, 0x1420)
self.extract_rsp_segment('asp.text.bin', 0x14f0, 0x1930)
self.extract_rsp_segment('gsp.data.bin', -0x1350, 0x800)
self.extract_rsp_segment('asp.data.bin', -0xb50, 0xb50)
def extract_textures(self):
base = self.val('textures')