mirror of
https://github.com/cc65/cc65.git
synced 2024-11-05 08:05:51 +00:00
16 lines
382 B
C++
16 lines
382 B
C++
;
|
|
; 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
|
|
.global ptrtmp: zp
|
|
.global cursorzone: zp
|
|
.global CURS_X: zp
|
|
.global CURS_Y: zp
|
|
|