1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

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