Starship/yamls/us/makerom.yaml

9 lines
226 B
YAML
Raw Normal View History

- name: makerom
2023-10-06 14:16:58 +03:00
type: code
start: 0x0
2023-10-06 12:11:46 +03:00
subsegments:
- {start: 0x0, type: header, name: header}
- {start: 0x40, type: bin, name: ipl3}
- {start: 0x1000, type: asm, vram: 0x80000400, name: entry}