Hi,
yesterday I tried to run amforth (4.2) on a new "arduino uno" board.
In short words: it works with the exact same settings as for the
"arduino duemilanove".
The only difference is the name of the serial device (on Linux)
duemilanove: /dev/ttyUSB#
uno: /dev/ttyACM#
Cheers,
Erich
from my previous post...
By chance I found the crash is caused
by the debugger - when the asm source wants to continue into a
"debugger" (for the code outside the "amforth.asm") the debuger is
called, but not set properly (my understanding) and crashes.
Now, how it works:
1. compile amforth in