]> git.sur5r.net Git - cc65/blobdiff - libsrc/atmos/crt0.s
Added comments that say why the ZPSAVE1 and ZPSAVE2 segments must be together.
[cc65] / libsrc / atmos / crt0.s
index ecbc0039149ef3a0830b169c53a5677f9dab9dcf..61f40cc9a00cde1590ddb251915952f1b2803221 100644 (file)
@@ -92,6 +92,9 @@ zpsave:
 
         .byte   0
 
+; The segments "ZPSAVE1" and "ZPSAVE2" always must be together.
+; They create a single object (the zpsave buffer).
+
 .segment        "ZPSAVE2"
 
         .res    zpspace - 1