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

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
; ------------------------------------------------------------------------