mirror of
https://gitlab.com/kholdfuzion/goldeneye_src
synced 2026-07-02 19:26:11 -04:00
7d23902646
Former-commit-id: ab9264923d293ab9446524bf34d7c1c3b78e34db [formerly cef4ee5d904ba9218508bf663b695b5a5ffe2d50] Former-commit-id: 6dc760aa6a557ffed3ddd6c41fd543f2e844b33d
20 lines
368 B
NASM
20 lines
368 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:
|
|
|
|
|