1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00

16 lines
272 B
ArmAsm
Raw Normal View History

;
; Karri Kaksonen, 2022-04-05
;
; zeropage locations for exclusive use by the library
;
.include "extzp.inc"
.segment "EXTZP" : zeropage
ptr7800: .res 2
2022-04-06 13:27:47 +03:00
ptrtmp: .res 2
cursorzone: .res 2
2022-04-18 12:09:19 +03:00
CURS_X: .res 1
CURS_Y: .res 1