1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-21 06:28:57 +00:00
cc65/libsrc/atari7800/extzp.s

14 lines
226 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 10:27:47 +00:00
ptrtmp: .res 2
cursorzone: .res 2