mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-05-26 23:26:59 -04:00
c3226494cd
Former-commit-id: 541cdeb1de2a1ce4ad729e2679748b652370ef69 [formerly 5d3ee235c2cb2fc74b4c3bfc7dd4d5676fb48db4] Former-commit-id: 62f7c58d4b521bbfa819b61fc855d5f932564585
78 lines
899 B
NASM
78 lines
899 B
NASM
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:
|
|
|