]> git.sur5r.net Git - cc65/commitdiff
move ZPSAVE content into its own file (used by 2nd load chunk and crt0.s in atarixl...
authorChristian Groessler <chris@groessler.org>
Thu, 30 May 2013 23:40:45 +0000 (01:40 +0200)
committerChristian Groessler <chris@groessler.org>
Thu, 30 May 2013 23:40:45 +0000 (01:40 +0200)
libsrc/atari/zpsave.s [new file with mode: 0644]

diff --git a/libsrc/atari/zpsave.s b/libsrc/atari/zpsave.s
new file mode 100644 (file)
index 0000000..81736c2
--- /dev/null
@@ -0,0 +1,9 @@
+.export        zpsave
+.include "zeropage.inc"
+
+.segment        "ZPSAVE"
+
+zpsave: .res    zpspace
+
+; ------------------------------------------------------------------------
+