mirror of https://github.com/n64decomp/007.git
work on rodata
Former-commit-id: 6c01dbfcecb76db15f59f7d9a1bba549a3e0a9da [formerly e73ef497681e0f39e62314ba8a5a4d690c2c7e68] Former-commit-id: cf2f099df869ad491814f1d9ec35c3aa01d9b19f
This commit is contained in:
parent
f4dd1fc51a
commit
5587e0ce04
|
@ -1 +1 @@
|
||||||
46a32c5c1078cebf5c8205d75ca0199edac80eaa
|
2de9c3340a4e97e936becadd37926283c70cdcfe
|
|
@ -1 +1 @@
|
||||||
6ad1efc8663e9db615eaf39e5f7ef9bb6366f441
|
2d75eb54b9c166973ba94cf69f581af3bc249fb0
|
|
@ -1,9 +1,24 @@
|
||||||
base $8005D2E0
|
base $8005D2E0
|
||||||
seg_bss_start:
|
seg_bss_start:
|
||||||
|
|
||||||
|
base $8005D2E0
|
||||||
|
rmonthread:
|
||||||
|
|
||||||
|
base $8005D490
|
||||||
|
idlethread:
|
||||||
|
|
||||||
base $8005D640
|
base $8005D640
|
||||||
mainthread:
|
mainthread:
|
||||||
|
|
||||||
|
base $8005D7F0
|
||||||
|
shedthread:
|
||||||
|
|
||||||
|
base $8005E530
|
||||||
|
audithread:
|
||||||
|
|
||||||
|
base $80060C90
|
||||||
|
debugthread:
|
||||||
|
|
||||||
base $8008E360
|
base $8008E360
|
||||||
seg_bss_end:
|
seg_bss_end:
|
||||||
|
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
base $803ab400
|
|
||||||
sp_boot:
|
|
||||||
|
|
||||||
base $803ab410
|
|
||||||
sp_rmon:
|
|
||||||
|
|
||||||
base $803ab710
|
|
||||||
sp_idle:
|
|
||||||
|
|
||||||
base $803ab750
|
|
||||||
sp_shed:
|
|
||||||
|
|
||||||
base $803ab950
|
|
||||||
sp_main:
|
|
||||||
|
|
||||||
base $803b3950
|
|
||||||
sp_audi:
|
|
|
@ -1,77 +0,0 @@
|
||||||
arch n64.cpu
|
|
||||||
endian msb
|
|
||||||
output "rodata.bin", create
|
|
||||||
base origin()
|
|
||||||
include "code.inc"
|
|
||||||
base $80020D90
|
|
||||||
rodata_start:
|
|
||||||
|
|
||||||
rspcode_start:
|
|
||||||
insert rsp.bin, "rsp.bin"
|
|
||||||
rspcode_end:
|
|
||||||
|
|
||||||
dword_80023040:
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
dword_80023044:
|
|
||||||
dw $02
|
|
||||||
|
|
||||||
cart_hw_address:
|
|
||||||
dw $10000000
|
|
||||||
|
|
||||||
debug_handler_table:
|
|
||||||
dw sp_boot, aBoot
|
|
||||||
dw sp_rmon, aRmon
|
|
||||||
dw sp_idle, aIdle
|
|
||||||
dw sp_shed, aShed
|
|
||||||
dw sp_main, aMain
|
|
||||||
dw sp_audi, aAudi
|
|
||||||
|
|
||||||
dword_8002307C:
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
dw $00, $00, $00, $00, $00
|
|
||||||
|
|
||||||
display_stderror:
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
stderr_event_enabled:
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
insert rodata.bin_filler, "021990.bin", origin(), ($800283D0 - $8002309C)
|
|
||||||
|
|
||||||
base $800283D0
|
|
||||||
aBoot:
|
|
||||||
db "boot"
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
//base $800283D8
|
|
||||||
aRmon:
|
|
||||||
db "rmon"
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
//base $800283E0
|
|
||||||
aIdle:
|
|
||||||
db "idle"
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
//base $800283E8
|
|
||||||
aShed:
|
|
||||||
db "shed"
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
//base $800283F0
|
|
||||||
aMain:
|
|
||||||
db "main"
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
//base $800283F8
|
|
||||||
aAudi:
|
|
||||||
db "audi"
|
|
||||||
dw $00
|
|
||||||
|
|
||||||
insert rodata.bin_raw, "021990.bin", origin()
|
|
||||||
|
|
||||||
base $8005D2E0
|
|
||||||
rodata_end:
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
d20a3df361ecfe8cd114aba6ce73fbf80157b5fe
|
|
@ -1,23 +0,0 @@
|
||||||
803ab400 sp_boot
|
|
||||||
803ab410 sp_rmon
|
|
||||||
803ab710 sp_idle
|
|
||||||
803ab750 sp_shed
|
|
||||||
803ab950 sp_main
|
|
||||||
803b3950 sp_audi
|
|
||||||
80020d90 rodata_start
|
|
||||||
80020d90 rspcode_start
|
|
||||||
80023040 rspcode_end
|
|
||||||
80023040 dword_80023040
|
|
||||||
80023044 dword_80023044
|
|
||||||
80023048 cart_hw_address
|
|
||||||
8002304c debug_handler_table
|
|
||||||
8002307c dword_8002307C
|
|
||||||
80023094 display_stderror
|
|
||||||
80023098 stderr_event_enabled
|
|
||||||
800283d0 aBoot
|
|
||||||
800283d8 aRmon
|
|
||||||
800283e0 aIdle
|
|
||||||
800283e8 aShed
|
|
||||||
800283f0 aMain
|
|
||||||
800283f8 aAudi
|
|
||||||
8005d2e0 rodata_end
|
|
|
@ -0,0 +1 @@
|
||||||
|
392d9a8b9945330bab51ec6fbe82c2f7d33257c3
|
Loading…
Reference in New Issue