Files
goldeneye_src/disassembly/rodata/rodata.asm
T
Larry 7d23902646 more restructuring and cleanup
Former-commit-id: ab9264923d293ab9446524bf34d7c1c3b78e34db [formerly cef4ee5d904ba9218508bf663b695b5a5ffe2d50]
Former-commit-id: 6dc760aa6a557ffed3ddd6c41fd543f2e844b33d
2017-05-06 10:31:25 -05:00

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: