mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 22:25:28 +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:
9
libsrc/atari/zpsave.s
Normal file
9
libsrc/atari/zpsave.s
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
.export zpsave
|
||||||
|
.include "zeropage.inc"
|
||||||
|
|
||||||
|
.segment "ZPSAVE"
|
||||||
|
|
||||||
|
zpsave: .res zpspace
|
||||||
|
|
||||||
|
; ------------------------------------------------------------------------
|
||||||
|
|
Reference in New Issue
Block a user