mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
15 lines
212 B
YAML
15 lines
212 B
YAML
- name: header
|
|
type: header
|
|
start: 0x0
|
|
|
|
- name: ipl3
|
|
type: bin
|
|
start: 0x40
|
|
|
|
- name: entry
|
|
type: code
|
|
start: 0x1000
|
|
vram: 0x80000400
|
|
subsegments:
|
|
- [0x1000, asm, entry]
|