1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/libsrc/gamate/extzp.inc

17 lines
409 B
PHP
Raw Permalink Normal View History

2015-11-29 00:14:59 +00:00
;
; extzp.inc for the Gamate
;
2015-11-29 19:04:10 +00:00
; Groepaz/Hitmen, 2015-11-27
2015-11-29 00:14:59 +00:00
;
; Assembler include file that imports the runtime zero page locations used
; by the Gamate runtime, ready for usage in asm code.
;
.global CURS_X: zp
.global CURS_Y: zp
.global CHARCOLOR: zp
.global RVS: zp
.global BGCOLOR: zp
.global tickcount: zp