mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 17:30:50 +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:
parent
4382eb25c8
commit
b5604af456
@ -1,5 +1,5 @@
|
||||
;
|
||||
; Christian Groessler, Jun-2004
|
||||
; Christian Groessler, Jul-2005
|
||||
;
|
||||
; int __fastcall__ read(int fd,void *buf,int count)
|
||||
;
|
||||
@ -164,7 +164,7 @@ btsmall:
|
||||
sta ICBLL,x
|
||||
bpl icbll_copy
|
||||
|
||||
.zeropage
|
||||
.segment "EXTZP" : zeropage
|
||||
|
||||
index: .res 1 ; index into line buffer
|
||||
buflen: .res 1 ; length of used part of buffer
|
||||
|
Loading…
x
Reference in New Issue
Block a user