[Amforth] amforth-shell.py, a small new feature

2013-05-10 Thread Enoch
Hello AmForth-ers, May I suggest the following humble patch to the fabulous shell. Adds --log argument to the shell invocation line to collect the "distilled" Forth lines that were uploaded to the microcontroller system. http://pastebin.com/pgeZRjGH Regards, Enoch. ---

[Amforth] MARKER fixed

2013-05-10 Thread Enoch
Hello Matthias & All: MARKER was restoring word-lists in the reverse order. Fixed via a new REVERSE word which is expected to be useful on its own. See: http://pastebin.com/iWp7MRmv Here's the new REVERSE word for those objecting to pastebins :-) \ ( X1 .. Xn n -- Xn .. X1 n ) : reverse >r