]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/crt0.s
fix comments
[cc65] / libsrc / atmos / crt0.s
index 677dee84e68bfe9232bd85472805420f8128f1ba..4fe9d5cbc1b913e61b01734d9390556d2ff2000a 100644 (file)
@@ -2,11 +2,10 @@
 ; Startup code for cc65 (Oric version)
 ;
 ; By Debrune Jérôme <jede@oric.org> and Ullrich von Bassewitz <uz@cc65.org>
-;
-; This must be the *first* file on the linker command line
 ;
 
        .export         _exit
+        .export         __STARTUP__ : absolute = 1      ; Mark as startup
        .import         initlib, donelib
        .import         callmain, zerobss
                .import         __RAM_START__, __RAM_SIZE__, __BSS_LOAD__