From: Paul V. <pav...@gm...> - 2012-09-14 19:32:05
|
Hi, 1. I have an ATMEGA 328P Arduino board. I have loaded the prebuilt hex file and everything seems ok. However the key word does not seem to work as expected. If I type KEY and return it does nothing but it echos the characters back that are being typed. I was expecting AMFORTH to return after I hit a key and it would be TOS. If I type WARM and do the same thing it always returns 10 in TOS even if I type nothing. KEY? always returns a value regardless. Is there something else I need to do or set for this to work? 2. Also, the MARKER file in the library does not seem to work either. 3. Is there a list of the .set want ... options that can be used? I just joined the list hope these questions have not been asked. And, BTW great job on AMFORTH. It is great to have a FORTH that fits into such a small micro. Thanks, Paul Verbeke |