From: Christian Groessler Date: Thu, 30 May 2013 23:40:45 +0000 (+0200) Subject: move ZPSAVE content into its own file (used by 2nd load chunk and crt0.s in atarixl... X-Git-Tag: V2.15~223^2~114 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=00fca46d2a0a16d463886d0de4d30bf428a0aba1;p=cc65 move ZPSAVE content into its own file (used by 2nd load chunk and crt0.s in atarixl target) --- diff --git a/libsrc/atari/zpsave.s b/libsrc/atari/zpsave.s new file mode 100644 index 000000000..81736c269 --- /dev/null +++ b/libsrc/atari/zpsave.s @@ -0,0 +1,9 @@ +.export zpsave +.include "zeropage.inc" + +.segment "ZPSAVE" + +zpsave: .res zpspace + +; ------------------------------------------------------------------------ +