]> git.sur5r.net Git - cc65/blobdiff - libsrc/common/zerobss.s
The spans do now contain the size of a span, no longer the end offset.
[cc65] / libsrc / common / zerobss.s
index 321a1f560a05231c91baec27114e41fd001ebb6c..321424efac8ab86d6a764d17a7688a7f3f3b19c2 100644 (file)
@@ -1,5 +1,5 @@
 ;
-; Ullrich von Bassewitz, 17.09.1998
+; Ullrich von Bassewitz, 1998-09-17, 2005-02-26.
 ;
 ; Zero the bss segment.
 ;
@@ -9,7 +9,7 @@
        .importzp       ptr1
 
 
-.code
+.segment "INIT"
 
 zerobss:
        lda     #<__BSS_RUN__