Re: [cc65] More snapshot packages

Date view Thread view Subject view

From: Groepaz (groepaz_at_gmx.net)
Date: 2003-11-03 23:02:35


On Monday 03 November 2003 22:04, Ullrich von Bassewitz wrote:
> On Mon, Nov 03, 2003 at 10:50:36PM +0100, Groepaz wrote:
> > cc65-snapshot-c64-2.9.5.20031024-1
> >
> > that one of them? (i think it is, but i dont remember exactly :))
>
> No. I've upgraded saturday, so 20031102 were the first new ones.
>
> > however, SuSE8.2 is a gcc3/glibc2.3 system ... so there shouldnt be any
> > problems :)
>
> Yes, but one does never know:-)

ok...i'll let you know when i grab the next snapshot :)

gpz

oh btw....just remembering a little bug in ca65...sth like

foo=7

.proc
	.repeat foo,count
	.byte count+1
	.endrepeat
.endproc

gives "constant expression expected" for "foo", but

foo=7
	.repeat foo,count
	.byte count+1
	.endrepeat

works fine. (it may only be an issue inside macros since thats
where i stumbled about it)


----------------------------------------------------------------------
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-11-03 22:09:38 CET