Re: [Amforth-devel] Multitasking - details/demo

2011-04-16 Thread Matthias Trute
Pito, > Hi, is there any reading for newbies how to start with amforth's > multitasking, some explanation etc. E.g. 3 leds blinking at > different rates and in parallel working with amforth..P. http://amforth.sourceforge.net/howto.html has an examples, the source code has some (poorly documente

[Amforth-devel] Multitasking - details/demo

2011-04-16 Thread pito
Hi, is there any reading for newbies how to start with amforth's multitasking, some explanation etc. E.g. 3 leds blinking at different rates and in parallel working with amforth..P. -- Benefiting from Server Virtualizatio

Re: [Amforth-devel] icall

2011-04-16 Thread pito
Hi Michael, interesting, can you explain in detail? It is understood the icall is a indirect call addressed by Z. So how to use it actually? e.g. my_routine (written in .asm) my_routine: ... ... ret So in the amforth I will call it like: : my_test my_routine icall ; ? P. - PŮVODNÍ