small memory optimization: appmsav not needed in the xl target
This commit is contained in:
parent
be880bd157
commit
b31e0d3249
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue