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
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
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Í