]> git.sur5r.net Git - cc65/commitdiff
small memory optimization: appmsav not needed in the xl target
authorChristian Groessler <chris@groessler.org>
Mon, 24 Jun 2013 22:53:21 +0000 (00:53 +0200)
committerChristian Groessler <chris@groessler.org>
Mon, 24 Jun 2013 22:53:21 +0000 (00:53 +0200)
libsrc/atari/crt0.s

index 844b7036891726206eb65431568126d06b2283b2..9e3026625d15170deb96790f283ed7c185f323ed 100644 (file)
@@ -233,9 +233,11 @@ L2:     lda     zpsave,x
 .bss
 
 spsave:         .res    1
-appmsav:        .res    1
 old_shflok:     .res    1
 old_lmargin:    .res    1
+.if .not .defined(__ATARIXL__)
+appmsav:        .res    1
+.endif
 
         .segment "AUTOSTRT"
         .word   RUNAD                   ; defined in atari.h