Re: [Amforth] misalignment warnings

2016-03-28 Thread Erich Wälde
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.asm6 > > that

[Amforth] misalignment warnings

2016-03-28 Thread Andrew Read
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.asm6 that line defines an odd-length string >> .db "nfa>cfa" S