Added module with zero page locations

git-svn-id: svn://svn.cc65.org/cc65/trunk@1288 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-05-26 08:29:31 +00:00
parent ec8ccd24a7
commit a1a147ee08
3 changed files with 49 additions and 1 deletions

16
asminc/zeropage.inc Normal file
View File

@@ -0,0 +1,16 @@
;
; zeropage.inc
;
; (C) Copyright 2002 Ullrich von Bassewitz (uz@cc65.org)
;
; Assembler include file that imports the runtime zero page locations used
; by the compiler, ready for usage in asm code.
.importzp sp, sreg, regsave
.importzp ptr1, ptr2, ptr3, ptr4
.importzp tmp1, tmp2, tmp3, tmp4
.importzp regbank, zpspace