Hello,

When I look to the example of multitasking I think something is wrong. This is 
the code at amforth.sourceforge.net <http://amforth.sourceforge.net/>:

: starttasker
  task_demo task-init
  \ create TCB in RAM
  start-demo
  \ activate tasks job
  onlytask
  task_demo tcb>tid alsotask
  multi
;

I think this is the right one

: starttasker
  task_demo task-init
  \ create TCB in RAM
  start-demo
  \ activate tasks job
  onlytask
  task_demo tib>tcb alsotask  \ <===============
  multi
;


Cheers
Jan


_______________________________________________
Amforth-devel mailing list for http://amforth.sf.net/
Amforth-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amforth-devel

Reply via email to