Enoch,

> Pass 2...
> ../../core/words/brackettick.asm(6) : Warning : A .DB segment with an
> odd number of bytes is detected. A zero byte is added.
> ../../core/words/tick.asm(6) : Warning : A .DB segment with an odd
> number of bytes is detected. A zero byte is added.
> done

Strange. The zero padding bytes are definitly there.

    .dw $ff01
    .db "'",0

and

    .dw $0003
    .db "[']",0


Maybe the mixture of " and ' confuses avra. Could you check whether
the generated code is ok? (lst file)

Matthias

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to