Re: [Amforth] MARKER fixed

2013-05-12 Thread Enoch
Hello Matthias, Matthias Trute writes: > I think that reparing marker this way is only half of the > story. IMHO marker became unmaintainable (at least > for me) so I changed it completely following the idea > from Michael: keep the whole EEPROM instead of > a structured dump of it. The eeprom co

Re: [Amforth] MARKER fixed

2013-05-12 Thread Matthias Trute
Hi Enoch, > Hello Matthias & All: > > MARKER was restoring word-lists in the reverse order. Sorry for that. > Fixed via a new > REVERSE word which is expected to be useful on its own. Indeed. See below. I think that reparing marker this way is only half of the story. IMHO marker became unmai

[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