Re: [Amforth] Bug in atmega2560 Code.

2018-09-22 Thread Matthias Trute
Hi Martin, your mail hit my spam folder... Sorry > Looks like there is a bug in file: > /amforth-6.7/avr8/words/store-i_big.asm > That is: > > out_ rampz, zl > > should be: > > out_ eind, zl > > EICALL and EIJMP both use this register for the extra bits. > I cannot test it right now, but you

[Amforth] Bug in atmega2560 Code.

2018-09-06 Thread Martin Nicholas via Amforth-devel
Hi, Looks like there is a bug in file: /amforth-6.7/avr8/words/store-i_big.asm That is: > out_ rampz, zl should be: > out_ eind, zl EICALL and EIJMP both use this register for the extra bits. -- Regards, Martin Nicholas. E-mail: reply-2...@mgn.org.uk --