From: Matthias T. <mt...@we...> - 2018-09-22 18:00:04
|
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 your description sounds right. Changed with rev2335 Thanks Matthias |