aboutsummaryrefslogtreecommitdiff
path: root/config/exetrailer.s
blob: 60e839317810039bd7b5d1851ffb89322489902e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
; This file defines the EXE file "trailer" which sets the entry point

; 20260311 bkw: Modified to use INITAD instead of RUNAD!

        .export         __AUTOSTART__: absolute = 1
        .import         start

        .include        "atari.inc"

.segment "AUTOSTRT"
        .word   INITAD                  ; defined in atari.inc
        .word   INITAD+1
        .word   start