1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 01:28:58 +00:00

put zeropage variables into EXTZP segment

git-svn-id: svn://svn.cc65.org/cc65/trunk@3535 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2005-07-22 22:48:43 +00:00
parent 4382eb25c8
commit b5604af456

View File

@ -1,5 +1,5 @@
; ;
; Christian Groessler, Jun-2004 ; Christian Groessler, Jul-2005
; ;
; int __fastcall__ read(int fd,void *buf,int count) ; int __fastcall__ read(int fd,void *buf,int count)
; ;
@ -164,7 +164,7 @@ btsmall:
sta ICBLL,x sta ICBLL,x
bpl icbll_copy bpl icbll_copy
.zeropage .segment "EXTZP" : zeropage
index: .res 1 ; index into line buffer index: .res 1 ; index into line buffer
buflen: .res 1 ; length of used part of buffer buflen: .res 1 ; length of used part of buffer