whoops, no need for those

Former-commit-id: ff6c96a7946ce0659ef42b0b2382b5f369d6fe7a [formerly c4b77bc5917ac920233708c3dde3545a4c3a7335]
Former-commit-id: 54653ad871ae7fed2bef5aa8bf8edba082d92d27
This commit is contained in:
Larry 2017-05-05 22:11:04 -05:00
parent 1956d54539
commit 764d9a3e32
8 changed files with 0 additions and 177 deletions

View File

@ -1,4 +0,0 @@
arch n64.cpu
endian msb
output "GE007.n64", create
origin $00000000

View File

@ -1 +0,0 @@
f2df7e98031c1f0872b2ba1f7c753f435329e11f

View File

@ -1,12 +0,0 @@
arch n64.cpu
endian msb
output "OOTMQ_D.ELF", create
//fill 67108864
include "../N64.INC"
include "ELF.INC"
include "elf_header.asm"
include "program_header.asm"
include "program_sections.asm"
include "shstrtab.asm"
include "section_header.asm"

View File

@ -1,22 +0,0 @@
origin $00000000;
elf_header_start:
dw $7F454C46 //EI_MAG
db $01 //EI_CLASS
db $02 //EI_DATA
dw $01000000 //EI_VERSION
dw $00000000 //PAD
dh $0000 //PAD
dh ET_EXEC //e_type ET_EXEC
dh EM_MIPS //e_machine EM_MIPS
dw EV_CURRENT //e_version EV_CURRENT
dw $00000000 //e_entry
dw program_header_start //e_phoff
dw section_header_start //e_shoff
dw $00000000 //e_flags
dh elf_header_end - elf_header_start //e_ehsize
dh E_PHENTSIZE //e_phentsize
dh E_PHNUM //e_phnum
dh E_SHENTSIZE //e_shentsize
dh E_SHNUM //e_shnum
dh $000C //e_shstrndx
elf_header_end:

View File

@ -1 +0,0 @@
f23b4776d8739c82c1f2da6e4cfe557e0c3950c9

View File

@ -1,42 +0,0 @@
origin $00010000;
program_reginfo_start:
dw $FFFFFFFE
dw $00000000
dw $57555757
dw $00000000
dw $00000000
dw $00000000
program_reginfo_end:
origin $00020000;
program_rsp_cfb_start:
dw $00
program_rsp_cfb_end:
origin $00020460;
program_boot_start:
insert "boot.zdata"
program_boot_end:
origin $0003CE60;
program_code_start:
//insert "code.zdata"
dw $00
program_code_end:
origin $00060000;
program_dmadata_start:
insert "dmadata.zdata"
program_dmadata_end:
origin $00070000;
program_cfb_start:
dw $00
program_cfb_end:
origin $0007B000;
program_kbuffer_start:
insert "kbuffer.bin"
program_kbuffer_end:

View File

@ -1 +0,0 @@
90ed4d661b5989226dd7fa47a4b205bcfad54492

View File

@ -1,94 +0,0 @@
shstrtab_start:
db $00
name_symtab:
db ".symtab"
db $00
name_strtab:
db ".strtab"
db $00
name_shstrtab:
db ".shstrtab"
db $00
name_boot:
db "..boot"
db $00
name_boot_bss:
db "..boot.bss"
db $00
name_code:
db "..code"
db $00
name_code_bss:
db "..code.bss"
db $00
name_cfb:
db "..cfb"
db $00
name_cfb_bss:
db "..cfb.bss"
db $00
name_rsp_cfb:
db "..rsp_cfb"
db $00
name_rsp_cfb_bss:
db "..rsp_cfb.bss"
db $00
name_kbuffer:
db "..kbuffer"
db $00
name_kbuffer_bss:
db "..kbuffer.bss"
db $00
name_reginfo:
db ".reginfo"
db $00
name_debug:
db ".debug"
db $00
name_debug_srcinfo:
db ".debug_srcinfo"
db $00
name_debug_aranges:
db ".debug_aranges"
db $00
name_debug_pubnames:
db ".debug_pubnames"
db $00
name_debug_sfnames:
db ".debug_sfnames"
db $00
name_line:
db ".line"
db $00
name_comment:
db ".comment"
db $00
name_mdebug:
db ".mdebug"
db $00
shstrtab_end:
db $00, $00, $00