Moved the data that keeps a copy of the used zero page locations in its own
segment to reduce the executable size. git-svn-id: svn://svn.cc65.org/cc65/trunk@3849 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -150,9 +150,12 @@ IRQStub:
|
||||
|
||||
.data
|
||||
|
||||
zpsave: .res zpspace
|
||||
IRQInd: jmp $0000
|
||||
|
||||
.segment "ZPSAVE"
|
||||
|
||||
zpsave: .res zpspace
|
||||
|
||||
.bss
|
||||
|
||||
spsave: .res 1
|
||||
|
||||
Reference in New Issue
Block a user