mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-24 14:05:00 +03:00
19 lines
411 B
YAML
19 lines
411 B
YAML
|
- name: main
|
||
|
type: code
|
||
|
start: 0x1050
|
||
|
vram: 0x80000450
|
||
|
follows_vram: entry
|
||
|
bss_size: 0x9B1F0
|
||
|
subsegments:
|
||
|
- [0x1050, asm]
|
||
|
# - [0x1270, bin]
|
||
|
- [0x3440, asm] #func_80002840
|
||
|
- [0x35A8, asm]
|
||
|
- [0xC3EE0, data]
|
||
|
- [0xC8E40, rodata]
|
||
|
- { start: 0xDE480, type: bss, vram: 0x800DD880 }
|
||
|
|
||
|
- type: bin
|
||
|
start: 0xDE480
|
||
|
follows_vram: main
|
||
|
- [0xC00000]
|