Files
goldeneye_src/disassembly/rodata/rodata.asm
T
Larry ce67cc2a11 no more need for the rom
Former-commit-id: b3af4fa98df129bb5b11514af4aa000fa3c17525 [formerly d7cb0435c3731a37fb7044535fadc4b9eec63aa0]
Former-commit-id: 94756a8c7a08ff6ef5189b506f7878fefa4f5411
2017-05-06 14:32:42 -05:00

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"