Re: [Amforth] Error in example multitasking at amforth.sourceforge.net

2019-02-25 Thread Erich Wälde
Hello Jan, the example was done in some version of AmForth. Later Matthias has changed the name from tid to tcb (task control block, probably). So, yes your observation is correct, and you found the correct solution! Cheers, Erich Jan Kromhout via Amforth-devel writes: > Hello, > > When I lo

[Amforth] Error in example multitasking at amforth.sourceforge.net

2019-02-25 Thread Jan Kromhout via Amforth-devel
Hello, When I look to the example of multitasking I think something is wrong. This is the code at amforth.sourceforge.net : : starttasker task_demo task-init \ create TCB in RAM start-demo \ activate tasks job onlytask task_demo tcb>tid alsotask mul