]> git.sur5r.net Git - cc65/blobdiff - libsrc/c64/crt0.s
Changed the solution for the PLOT problem with old -02 kernals to that used
[cc65] / libsrc / c64 / crt0.s
index 8b094148ddc2e224d42958aca9d90e1f82116f9a..18ef109048821c6860eb4b6fedbbc99c7d44f36a 100644 (file)
@@ -1,10 +1,9 @@
 ;
 ; Startup code for cc65 (C64 version)
-;
-; This must be the *first* file on the linker command line
 ;
 
        .export         _exit
+        .export         __STARTUP__ : absolute = 1      ; Mark as startup
        .import         initlib, donelib, callirq
                .import         zerobss
        .import         callmain