mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-02-03 00:33:55 +03:00
yamls
This commit is contained in:
parent
6d55487ac3
commit
099a993bb9
@ -48,7 +48,7 @@ options:
|
|||||||
asm_jtbl_label_macro: jlabel
|
asm_jtbl_label_macro: jlabel
|
||||||
asm_data_macro: dlabel
|
asm_data_macro: dlabel
|
||||||
|
|
||||||
# section_order: [".text", ".data", ".rodata", ".bss"]
|
section_order: [".text", ".data", ".rodata", ".bss", "bin"]
|
||||||
# auto_all_sections: [".data", ".rodata", ".bss"]
|
# auto_all_sections: [".data", ".rodata", ".bss"]
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,7 +13,8 @@
|
|||||||
- [0xC8E40, rodata]
|
- [0xC8E40, rodata]
|
||||||
- { start: 0xDE480, type: bss, vram: 0x800DD880 }
|
- { start: 0xDE480, type: bss, vram: 0x800DD880 }
|
||||||
|
|
||||||
- type: bin
|
- name: unkbin
|
||||||
|
type: bin
|
||||||
start: 0xDE480
|
start: 0xDE480
|
||||||
follows_vram: main
|
follows_vram: main
|
||||||
- [0xC00000]
|
- [0xC00000]
|
@ -1,10 +1,14 @@
|
|||||||
- name: makerom
|
- name: header
|
||||||
type: code
|
type: header
|
||||||
start: 0x0
|
start: 0x0
|
||||||
subsegments:
|
|
||||||
- [0x000000, header, makerom/header]
|
- name: ipl3
|
||||||
- [0x000040, bin, makerom/ipl3]
|
type: bin
|
||||||
- start: 0x001000
|
start: 0x40
|
||||||
type: hasm
|
|
||||||
name: makerom/entry
|
- name: entry
|
||||||
|
type: code
|
||||||
|
start: 0x1000
|
||||||
vram: 0x80000400
|
vram: 0x80000400
|
||||||
|
subsegments:
|
||||||
|
- [0x1000, asm, entry]
|
||||||
|
Loading…
Reference in New Issue
Block a user