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:
16
asminc/zeropage.inc
Normal file
16
asminc/zeropage.inc
Normal 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user