]> git.sur5r.net Git - cc65/blobdiff - libsrc/vic20/crt0.s
no TGI_ERR_NO_MEM or TGI_ERR_NO_IOCB anymore: replaced by TGI_ERR_NO_RES
[cc65] / libsrc / vic20 / crt0.s
index 2bd80e9428eadc336a821f3aa356ccb2f695c0db..a5d61386551f27a3be3c8f95a34ff96bc3c56919 100644 (file)
@@ -1,10 +1,9 @@
 ;
 ; Startup code for cc65 (Vic20 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, push0
        .import         callmain