Re: [cc65] ca65 bug...

Date view Thread view Subject view

From: Groepaz (groepaz_at_gmx.net)
Date: 2003-04-24 18:27:32


On Thursday 24 April 2003 18:11, Ullrich von Bassewitz wrote:
> On Thu, Apr 24, 2003 at 03:03:32AM +0200, Groepaz wrote:
> > will give me an "if nesting to deep"...must be a problem with exiting the
> > macro from within the if statement :=)
>
> The maximum .if nesting is 255. Since you have one outer .ifconst, the
> maximum .if nesting inside this one is just 254, so you cannot align
> addresses where the low byte is $01.

eh... see other mail... it worked before :=)

> > (ah the workaround is to use repeat
> > instead ofcoz... that macro must be oldish :=P)
>
> Why not just use
>
>         .res    ((* + $FF) & $FF00) - *

mmmh yes, i could do this aswell :=P

gpz
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.


Date view Thread view Subject view

This archive was generated by hypermail 2.1.3 : 2003-04-24 18:33:50 CEST