Hello Andrew,

Andrew Read writes:

> Dear AmForth developers,
>
>
> Whilst compiling AmForth for the atmega644 I receive a number of misalignment 
> warnings of the form:
>
>>>".cseg .db misalignment - padding zero byte"
>
>
> for example:
>>> amforth-6.1\avr8\words/nfa2cfa.asm        6
>
>  that line defines an odd-length string
>>> .db "nfa>cfa"
>
>
> Should I be concerned about these warnings and if so what
> steps can I take?
Concerned? Imho no. The compiler does the padding. However, you
can of course help the compiler by writing

> .db "nfa>cfa",0

Hope this helps.
Erich

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785471&iu=/4140
_______________________________________________
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