Re: [cc65] weird range error

From: Ullrich von Bassewitz <uz1musoftware.de>
Date: 2005-04-14 20:17:34
On Thu, Apr 14, 2005 at 05:00:13PM +0200, MagerValp wrote:
> Why does stax give me a range error, while sta + stx does not? I'm
> using the April 1st snapshot (uh-oh :).

That seems to be the forward reference together with the 1+ prefix. As a quick
workaround, move the data segment in front of the code segment, to make the
size of the symbol known to the assembler when it sees the code.

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 Thu Apr 14 20:18:43 2005

This archive was generated by hypermail 2.1.8 : 2005-04-14 20:18:45 CEST