]> git.sur5r.net Git - cc65/blob - libsrc/atari/exehdr.s
fix merge fxxxup
[cc65] / libsrc / atari / exehdr.s
1 ; This file defines the EXE header and main chunk load header for Atari executables
2
3         .export         __EXEHDR__: absolute = 1
4         .import         __RAM_START__, __BSS_LOAD__
5
6 .segment        "EXEHDR"
7         .word   $FFFF
8
9 .segment        "MAINHDR"
10         .word   __RAM_START__
11         .word   __BSS_LOAD__ - 1