Hello Jan, Jan Kromhout writes:
> I have create a turnkey project, how can I remove the turnkey > so it will not start at start-up? :-) Well, let's see. How did you "register" the turnkey application? forth> ' my-turnkey to turnkey maybe with "is" instead of "to". So the question reduces to: What is the number that was in the deferred word before? You could have checked with forth> turnkey defer@ . but probably you didn't. Well, we all have been there :-) Fortunately it is not difficult to find the default. It resides in words/applturnkey.asm in your project (cloned from appl/template) and is called "applturnkey". So forth> ' applturnkey to turnkey should get you there. Hope this helps. Cheers, Erich -- May the Forth be with you ... _______________________________________________ Amforth-devel mailing list for http://amforth.sf.net/ Amforth-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/amforth-devel