]> git.sur5r.net Git - cc65/blob - libsrc/atari/exetrailer.s
Fix 32/64-bit int/pointer casts
[cc65] / libsrc / atari / exetrailer.s
1 ; This file defines the EXE file "trailer" which sets the entry point
2
3         .export         __AUTOSTART__: absolute = 1
4         .import         start
5
6         .include        "atari.inc"
7
8 .segment "AUTOSTRT"
9         .word   RUNAD                   ; defined in atari.inc
10         .word   RUNAD+1
11         .word   start
12