From: Marcin C. <sa...@sa...> - 2012-08-18 19:53:12
|
On Sat, 18 Aug 2012, Erich Waelde wrote: > > 1) revert to amforth 4.4 hardcoded "rjmp" since we can > > assume the distance is pretty small here. > > I have included doplusloop.asm from amforth-4.4 into the build > from amforth-4.5, and verified the difference in source. Result: > amforth built with avrasm2 works, whereas > amforth built with avra fails to connect via serial interface. I think doplusloop.asm has "rjmp" in all recent versions. Can you try this "doloop.asm"? I see that r1071 changed lots of jumps, but most of them (like DO_NEXT) should be fine - they are referring to the already-defined labels. ------------------------------------------------------------------------ r1071 | mtrute | 2011-06-03 18:49:08 +0200 (Fri, 03 Jun 2011) | 1 line use the smart jump instruction everywhere ------------------------------------------------------------------------ //Marcin |