move ZPSAVE content into its own file (used by 2nd load chunk and crt0.s in atarixl target)
This commit is contained in:
parent
7aa2231702
commit
00fca46d2a
1 changed files with 9 additions and 0 deletions
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
|
||||
|
||||
; ------------------------------------------------------------------------
|
||||
|
Loading…
Add table
Reference in a new issue