1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-12 12:29:32 +00:00
cc65/libsrc/gamate/extzp.s

17 lines
295 B
ArmAsm
Raw Normal View History

2015-11-29 00:14:59 +00:00
;
2015-11-29 19:04:10 +00:00
; Groepaz/Hitmen, 2015-11-27
2015-11-29 00:14:59 +00:00
;
; zeropage locations for exclusive use by the library
;
.include "extzp.inc"
.segment "EXTZP" : zeropage
CURS_X: .res 1
CURS_Y: .res 1
CHARCOLOR: .res 1
RVS: .res 1
BGCOLOR: .res 1
tickcount: .res 4