[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

[Amforth] Verifying Flash...Failed!

2016-03-28 Thread Andrew Read
Dear AmForth developers, When programming my AmForth HEX file into the atmega644, verify fails with the report >> Verifying Flash...Failed! address=0x0050 expected=0xa5 actual=0x00 Exactly the same thing happens with an AmForth compiled for the atmega168 >> Verifying Flash...Failed! address=0

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