1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-15 10:29:00 +00:00
cc65/libsrc/lynx/extzp.inc

17 lines
346 B
PHP
Raw Normal View History

;
; extzp.inc for the Lynx
;
; Ullrich von Bassewitz, 2004-11-06
;
; Assembler include file that imports the runtime zero page locations used
; by the Lynx runtime, ready for usage in asm code.
;
.global __iodat: zp
.global __iodir: zp
.global __viddma: zp
.global __sprsys: zp