1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00
cc65/libsrc/atari7800/extzp.inc

16 lines
382 B
PHP
Raw Permalink Normal View History

;
; extzp.inc for the Atari 7800
;
; Karri Kaksonen, 2022-04-05
;
; Assembler include file that imports the runtime zero page locations used
; by the atari7800 runtime, ready for usage in asm code.
;
.global ptr7800: zp
2022-04-06 10:27:47 +00:00
.global ptrtmp: zp
.global cursorzone: zp
2022-04-18 08:59:54 +00:00
.global CURS_X: zp
.global CURS_Y: zp