From: Christian Groessler Date: Mon, 24 Jun 2013 22:53:21 +0000 (+0200) Subject: small memory optimization: appmsav not needed in the xl target X-Git-Tag: V2.15~223^2~81 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b31e0d32496a33e92818f44950dc7c84c376f87a;p=cc65 small memory optimization: appmsav not needed in the xl target --- diff --git a/libsrc/atari/crt0.s b/libsrc/atari/crt0.s index 844b70368..9e3026625 100644 --- a/libsrc/atari/crt0.s +++ b/libsrc/atari/crt0.s @@ -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