mirror of
https://github.com/cc65/cc65.git
synced 2024-11-05 08:05:51 +00:00
17 lines
295 B
ArmAsm
17 lines
295 B
ArmAsm
;
|
|
; Groepaz/Hitmen, 2015-11-27
|
|
;
|
|
; 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
|