Re: [Amforth] Multitasking + Soft Interrupts

2014-09-13 Thread Enoch
Hello Matthias, Well, I am patient. When you'll have a project that needs asynchronous processing of events then consider the SLIH approach again . As we speak I stumbled upon a bug when implemeting a simple IIR digital filter: gforth: -128 63 64 *

Re: [Amforth] Multitasking + Soft Interrupts

2014-09-12 Thread Matthias Trute
Hi Enoch, > I am pleased to advise that I managed "to marry" in amforth-shadow (#1) > Multitasking with Soft-Interrupts (#2) and have the advantage of the two > worlds (synchronous and asynchronous processings, respectively). Sounds good. > #1 https://github.com/wexi/amforth-shadow There you wr

[Amforth] Multitasking + Soft Interrupts

2014-09-06 Thread Enoch
Hello Matthias, I am pleased to advise that I managed "to marry" in amforth-shadow (#1) Multitasking with Soft-Interrupts (#2) and have the advantage of the two worlds (synchronous and asynchronous processings, respectively). As with my previous works, I will be honored if you would include some