mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-06-16 06:05:37 -04:00
ce67cc2a11
Former-commit-id: b3af4fa98df129bb5b11514af4aa000fa3c17525 [formerly d7cb0435c3731a37fb7044535fadc4b9eec63aa0] Former-commit-id: 94756a8c7a08ff6ef5189b506f7878fefa4f5411
21 lines
398 B
NASM
21 lines
398 B
NASM
//arch n64.cpu
|
|
//endian msb
|
|
//output "rodata.bin", create
|
|
base origin()
|
|
rodata_rom_offset:
|
|
|
|
base $80020D90
|
|
rodata_start:
|
|
//insert rsp.bin, "rsp.bin"
|
|
|
|
//compressed binary for now
|
|
//will probably have to make rodata itself a project
|
|
//then have a tool to parse symtable into rodata.inc and matching rodata.rz
|
|
insert rodata_rz, "021990.rz"
|
|
|
|
base $8005D2E0
|
|
rodata_end:
|
|
|
|
insert padding,"pad_to_33590"
|
|
|