4 ; (C) Copyright 2002-2012, Ullrich von Bassewitz (uz@cc65.org)
7 ; Assembler include file that imports the runtime zero page locations used
8 ; by the compiler, ready for usage in asm code.
11 .globalzp sp, sreg, regsave
12 .globalzp ptr1, ptr2, ptr3, ptr4
13 .globalzp tmp1, tmp2, tmp3, tmp4
16 ; The size of the register bank
19 ; The total amount of zero page space used
22 ; The amount of space that needs to be saved by an interrupt handler that
23 ; calls C code (does not include the register bank, which is saved by the
24 ; generated C code if required).
25 zpsavespace = zpspace - regbanksize