]> git.sur5r.net Git - cc65/blob - libsrc/lynx/extzp.inc
Moved additional zeropage variables into an extra module.
[cc65] / libsrc / lynx / extzp.inc
1 ;
2 ; extzp.inc for the Lynx
3 ;
4 ; Ullrich von Bassewitz, 2004-11-06
5 ;
6 ; Assembler include file that imports the runtime zero page locations used
7 ; by the Lynx runtime, ready for usage in asm code.
8 ;
9
10
11         .global         __iodat: zp
12         .global         __iodir: zp
13         .global         __viddma: zp
14         .global         __sprsys: zp
15
16