]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/crt0.s
remove superfluous ".code" line
[cc65] / libsrc / c128 / crt0.s
index 81e1d4dcf9a2e30c27a80d037acf08de97fd668f..d0a61ab00a403cc58ced470045f6725d693cdcc6 100644 (file)
@@ -1,10 +1,9 @@
 ;
 ; Startup code for cc65 (C128 version)
-;
-; This must be the *first* file on the linker command line
 ;
 
        .export         _exit
+        .export         __STARTUP__ : absolute = 1      ; Mark as startup
        .import         callirq, initlib, donelib
        .import         zerobss
        .import         push0, callmain