Hi, On Sun, Jan 18, 2009 at 08:01:56PM +0100, Tomaž Šolc wrote: > It looks like z80asm doesn't handle labels in constant expressions > correctly when a label in the expression appears after the expression.
Indeed. The code fills in references to labels as soon as an expression can be completely evaluated. The problem was that one valid label made it forget any previous invalid labels, so because "const" can be evaluated, it thinks the entire expression is valid. I've fixed it in the git repository (git clone git://git.savannah.nongnu.org/z80asm.git) and hope to make a new release soon. I'll delay the upload to Debian until after Lenny's release. Thanks, Bas -- I encourage people to send encrypted e-mail (see http://www.gnupg.org). If you have problems reading my e-mail, use a better reader. Please send the central message of e-mails as plain text in the message body, not as HTML and definitely not as MS Word. Please do not use the MS Word format for attachments either. For more information, see http://a82-93-13-222.adsl.xs4all.nl/e-mail.html
signature.asc
Description: Digital signature

