Re: [cc65] Using ptr3 gives range error

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2010-12-29 11:13:48
Hi!

On Tue, Dec 28, 2010 at 10:52:28PM -0800, Stefan Wessels wrote:
> Is this a bug, am I not able to use these in my code or am I missing a step
> somewhere?  Using the 20101223 snapshot.

The compiler adds .importzp statements for the zero page stuff that is used in
the generated code. So one could argue that you're moving outside of the
controlled area. On the other side, no harm is probably done by adding more
zero page variables in the .importzp statement, so I will do that.

Regards


        Uz


-- 
Ullrich von Bassewitz                                  uz@musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Wed Dec 29 11:14:04 2010

This archive was generated by hypermail 2.1.8 : 2010-12-29 11:14:07 CET