aboutsummaryrefslogtreecommitdiff
path: root/src/col80_modified/cruft/col80_dosini_seg.s
blob: d92e7edcf1df1c9f35e6a7ad9328a3fe8b093713 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

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

 .ifndef FUJICHAT
 .word $FFFF ; unnecessary, though the original file had it
 .endif

 .word $000C ; DOSINI
 .word $000D
 .word dosini_entry_point