Files
goldeneye_src/disassembly/GE007.elf.asm
T
Larry 2a77060e4c add note about elf related files to readme
Former-commit-id: b135fe7a3e95a10674773375d0d6735954af3728 [formerly f1714b513ee819514bf9202cd55ef7392c5c7a4d]
Former-commit-id: 5060b43ea2d6277b2042d1d9f3aaed234c6ba65e
2017-05-06 15:42:08 -05:00

18 lines
577 B
NASM

arch n64.cpu
endian msb
output "GE007.elf", create
origin $00000000
include "N64.INC"
include "elf/ELF.INC"
include "elf/elf_header.asm"
include "elf/program_header.asm"
include "elf/program_sections.asm"
include "elf/shstrtab.asm"
include "elf/section_header.asm"
//Not for awhile, but doing this may be a necessary evil to deal with compressed
//vs non compressed data in address space. Files are copied with little to no
//changes from my ootmqd disassembly which was copied from experiment's with a certain sdk based roms, so don't expect anything here to work at all.