]> git.sur5r.net Git - cc65/blob - libsrc/pce/extzp.inc
fixed more flaws found by greg :)
[cc65] / libsrc / pce / extzp.inc
1 ;
2 ; extzp.inc for the PC-Engine
3 ;
4 ; Groepaz/Hitmen, 2015-11-19
5 ;
6 ; Assembler include file that imports the runtime zero page locations used
7 ; by the PC-Engine runtime, ready for usage in asm code.
8 ;
9
10
11         .global         CURS_X: zp
12         .global         CURS_Y: zp
13         .global         SCREEN_PTR: zp
14         .global         CHARCOLOR: zp
15         .global         RVS: zp
16         .global         BGCOLOR: zp
17         .global         tickcount: zp