Hello Peter,
> This was also to automate as much as...
I use amforth-shell.py to automate the process of loading AmForth files
onto the mcu. I use OS X, so I don't know if it will work on Windows, but
I find it indispensable.
http://amforth.sourceforge.net/TG/recipes/Upload.html?highlight=amfort
>> Corresponding web page:
http://amforth.sourceforge.net/TG/recipes/Turnkey.html
The error message is the non-descriptive:
?? -13 23
'Evalue' was found in:
\lib\forth2012\core\avr-values.frt
> On 12/06/2019 01:37, Tristan Williams wrote:
Hello Peter and welcome,
I have ju
Hello Peter and welcome,
I have just tried the turnkey example from the docs
http://amforth.sourceforge.net/TG/recipes/Turnkey.html
and it works for me.
Your error message[1] ?? -13 23 after the line
' turnkey defer@ Evalue tk.amforth
suggests that you are missing the word Evalue
Have you lo
I think revision 2122, 2016-06-26 (the latest for that file) for
page "Turnkey applications" wiped out the 'variable' line for
the containing old turnkey thingy (now 'tk.amforth') -
https://svn.code.sf.net/p/amforth/code/trunk/doc/source/TG/recipes/Turnkey.rst
Corresponding web page:
ht