Re: [Amforth] Soft Interrupt Handlers

2013-04-25 Thread Matthias Trute
Hi, > By the way, did you have an opportunity to look at MARKER? I think it > does not preserve well wordlist order. I havn't had the time to check this problem. Sorry. > It's non-trivial code so just if > you don't have time for this now I'll have a go at it myself. Its probably a good idea to

Re: [Amforth] Soft Interrupt Handlers

2013-04-22 Thread Enoch
Matthias Trute writes: >> After receipt of a data buffer from a certain communication euipment I >> want to lanuch immediately a processing activity, i.e., right from the >> ISR and not wait for a round robin task to visit. > > You can implement a priority task scheduler as well. PAUSE is not the

Re: [Amforth] Soft Interrupt Handlers

2013-04-20 Thread Matthias Trute
Hi Enoch, > My editor (Emacs) apologizes. It does not like your asm code > indentation. Which one do you use, BTW. Uhm. my own one. And a different one for each file. Probably. ;) > > > Second: Your patch steps behind what amforth has already > > solved years ago: If an interrupt source has to

Re: [Amforth] Soft Interrupt Handlers

2013-04-19 Thread Enoch
Matthias Trute writes: >> I hope that you would be interested in the following AmForth >> development. I will send you the patch under a separate cover. > > I am interested. And regardless what you think of what > follows, I appreciate your work. > >> http://pastebin.com/sDGsKjhb Hello Matthias

Re: [Amforth] Soft Interrupt Handlers

2013-04-19 Thread Matthias Trute
Hi Enoch, > I hope that you would be interested in the following AmForth > development. I will send you the patch under a separate cover. I am interested. And regardless what you think of what follows, I appreciate your work. > http://pastebin.com/sDGsKjhb A few remarks: Your patch include som

Re: [Amforth] Soft Interrupt Handlers

2013-04-18 Thread Enoch
Hello Matthias, I hope that you would be interested in the following AmForth development. I will send you the patch under a separate cover. Regards, Enoch. http://pastebin.com/sDGsKjhb P/S It includes some unrelated (though desired) stuff such as cinvert to complement a byte, etc. --

[Amforth] Soft Interrupt Handlers

2013-04-18 Thread Enoch
Hello Matthias, I hope that you would be interested in the following AmForth development. I will send you the patch under a separate cover. Regards, Enoch. - 1 Objective One of AmForth features is the ability to writ