Greetings all,
I haven't played with forth since I typed in the figforth from the listings
for 8080 back in about 1980. (And discovered using the Z80's IX and IY
registers didn't speed thing up.)

Having now discovered AmForth, I downloaded trunk, and built for ATmega328p
(basically stock, no changes from the template except the clock speed and
for avrdude to use usbasp).

All built and installed on a Arduino Nano ok.

I discovered that the amforth-shell.py readline completer wasn't working
(since dict.keys() now returns a view instead of a list()).  I fixed that
and noticed a number of "# Something went wrong, just silently ignore", to
which I am allergic! So added error messages as well.

Context diff attached.

I'm also having problems with marker, but I'll save that issue for another
email.

Cheers
Nigel

-- 
Nigel Rowe

_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
[email protected]
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to