move ZPSAVE content into its own file (used by 2nd load chunk and crt0.s in atarixl target)

This commit is contained in:
Christian Groessler 2013-05-31 01:40:45 +02:00
parent 7aa2231702
commit 00fca46d2a

9
libsrc/atari/zpsave.s Normal file
View file

@ -0,0 +1,9 @@
.export zpsave
.include "zeropage.inc"
.segment "ZPSAVE"
zpsave: .res zpspace
; ------------------------------------------------------------------------