]> git.sur5r.net Git - cc65/blob - libsrc/atari/zpsave.s
small memory optimization: appmsav not needed in the xl target
[cc65] / libsrc / atari / zpsave.s
1 .export zpsave
2 .include "zeropage.inc"
3
4 .segment        "ZPSAVE"
5
6 zpsave: .res    zpspace
7
8 ; ------------------------------------------------------------------------
9