Re: [Amforth] AMFORTH 5.8 on Uno R3

2015-04-15 Thread gp2
Thank you Tom, doing more reading I found this: "FORGET is not implemented since it would be nearly impossible to reset the search order word list with reason- able efforts. The better way is using MARKER from the library." And so I assume I have to add MARKER by including it and burning a new

Re: [Amforth] AMFORTH 5.8 on Uno R3

2015-04-15 Thread Tom Maynard
I am certainly no expert, but I can answer this question: > 3.) Where is the erase function for practice code, or do I have to > re-flash a new version of AMFORTH every time to get rid of old code? You need to build your Forth image and include the FORGET word. Read the doc (which is quite help

Re: [Amforth] AMFORTH 5.8 on Uno R3

2015-04-15 Thread gp2
Hello Mathias, I was surprised to read how you felt about my last post. I did not mean it as a criticism of you or your work at all! I was not crying out in frustration, but listing problems I encountered, Many of them had nothing to do with Amforth -- the Atmel IDE for instance, or AVRdude probl