Package: z80asm
Version: 1.5-1
Severity: minor

Expressions which cannot be immediately resolved are saved to try again
later.  When a stack level is destroyed, unresolved expressions are
moved to the parent stack level.  This works fine for normal situations,
but leads to problems when reporting errors, because printerr wants to
get the filename from the stack.

The simplest example is to generate an overflow in an expression which
is not immediately resolved.  This will generate a warning after the
whole stack is empty:

        db label + 0x1000
label:

-- 
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://pcbcn10.phys.rug.nl/e-mail.html

Attachment: signature.asc
Description: Digital signature

Reply via email to