aboutsummaryrefslogtreecommitdiff
path: root/col80_dosini_seg.s
blob: 43f35f55185e213b689436440fde30490d4ef4a4 (plain)
1
2
3
4
5
6
7
8
9

; Second segment of the file loads at $0C (aka DOSINI), and just contains
; the address of dosini_entry_point

 .word $FFFF ; unnecessary, though the original file had it
 .word $000C ; DOSINI
 .word $000D
 .word dosini_entry_point