Re: [Amforth] Asm debugging, how?

2012-10-03 Thread Matthias Trute
Enoch, > Pass 2... > ../../core/words/brackettick.asm(6) : Warning : A .DB segment with an > odd number of bytes is detected. A zero byte is added. > ../../core/words/tick.asm(6) : Warning : A .DB segment with an odd > number of bytes is detected. A zero byte is added. > done Strange. The zero p

[Amforth] avra not producing working .hex files, was: Asm debugging, how?

2012-10-03 Thread Erich Waelde
Hi Enoch, as Ian has mentioned, there is discussion on the avra-u...@lists.sourceforge.net list, too. avra is currently missing correct handling of "forward references". -> change "jmp_" to "jmp" in amforth.asm to work around that. avra is also not using the parameter "ram_start", which is given