small memory optimization: appmsav not needed in the xl target

This commit is contained in:
Christian Groessler 2013-06-25 00:53:21 +02:00
parent be880bd157
commit b31e0d3249

View 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