mirror of https://github.com/n64decomp/007.git
set vaddr labels for sdk functions that were grabbed by running a signature, names to be fixed
Former-commit-id: 084ead0631801548f48939689a0ddd9dff34f396 [formerly 2484285ab055d852354c25c3120eb1b2e55a51ef] Former-commit-id: df68f9d926d028d1ad82f341abeb5244e530f369
This commit is contained in:
parent
0fc2f1659a
commit
d52228354d
|
@ -7,8 +7,8 @@ origin $00000000
|
|||
include "rom/romheader.asm"
|
||||
include "boot.asm"
|
||||
include "libultra_rom.asm"
|
||||
include "rarezip/rarezip.asm"
|
||||
include "rodata/rodata.asm"
|
||||
include "rarezip/rarezip.asm"
|
||||
include "bss/bss.asm"
|
||||
include "bss/80300000.asm"
|
||||
|
||||
|
|
|
@ -1,39 +0,0 @@
|
|||
80000400 Start
|
||||
80000410 looptillclear
|
||||
80000450 establishrootTLB
|
||||
700004bc set_rodata_vaddr
|
||||
700004c8 set_rodata_rom_start
|
||||
700004d4 set_rodata_rom_end
|
||||
700004e0 setRareZip_start
|
||||
700004ec setRareZip_end
|
||||
700004f8 redirecttodecompressfile
|
||||
70000510 init
|
||||
70000574 loop
|
||||
7000058c do_decompress
|
||||
700005f0 wait_pi_ready
|
||||
70000604 init_memory_tlb
|
||||
7000062c copy_TLB_InvalidHit_handler
|
||||
70000674 init_TLB_indicie_2_to_20
|
||||
700006f0 stack_init
|
||||
70001b60 tlb_entries
|
||||
7000cf90 osPiRawStartDma
|
||||
7000d320 osWritebackDCacheAll
|
||||
7000d350 osInvalICache
|
||||
7000d3d0 osUnmapTLB
|
||||
7000d410 __osGetFpcCsr
|
||||
7000d420 __osSetFpcCsr
|
||||
7000d430 osCreateThread
|
||||
7000d580 osStartThread
|
||||
70200000 RareZip_vaddr
|
||||
7020141c decompressfile
|
||||
80020d90 rodata_start
|
||||
8005d2e0 rodata_end
|
||||
8005d2e0 bss_start
|
||||
8008e360 bss_end
|
||||
80300000 decompression_buffer
|
||||
803ab400 sp_boot
|
||||
803ab410 sp_rmon
|
||||
803ab710 sp_idle
|
||||
803ab750 sp_shed
|
||||
803ab950 sp_main
|
||||
803b3950 sp_audi
|
|
@ -0,0 +1 @@
|
|||
7bc1071c9c0634803f48dd9a007e7b0b774a5b03
|
|
@ -1,23 +0,0 @@
|
|||
base $7000CF90
|
||||
osPiRawStartDma:
|
||||
|
||||
base $7000D320
|
||||
osWritebackDCacheAll:
|
||||
|
||||
base $7000D350
|
||||
osInvalICache:
|
||||
|
||||
base $7000D3D0
|
||||
osUnmapTLB:
|
||||
|
||||
base $7000D410
|
||||
__osGetFpcCsr:
|
||||
|
||||
base $7000D420
|
||||
__osSetFpcCsr:
|
||||
|
||||
base $7000D430
|
||||
osCreateThread:
|
||||
|
||||
base $7000D580
|
||||
osStartThread:
|
|
@ -0,0 +1 @@
|
|||
c76eb5f174557f4c0f6cfed151facf0befa66e1f
|
Loading…
Reference in New Issue