mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
24 lines
724 B
C++
24 lines
724 B
C++
;
|
|
; 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
|
|
.global _FileEntry: zp
|
|
.global _FileStartBlock: zp
|
|
.global _FileBlockOffset: zp
|
|
.global _FileExecFlag: zp
|
|
.global _FileDestAddr: zp
|
|
.global _FileFileLen: zp
|
|
.global _FileCurrBlock: zp
|
|
.global _FileBlockByte: zp
|
|
.global _FileDestPtr: zp
|