Newsgroups: comp.sys.transputer
From: peterb@dcs.st-andrews.ac.uk (Peter Burgess)
Subject: Re: Best way to deschedule?
Organization: St Andrews University, Computational Science Department
Date: 18 Mar 1994 12:22:42 GMT
Message-ID: <peterb-180394122305@dalwhinnie.dcs.st-and.ac.uk>

In article <peterb-180394114539@dalwhinnie.dcs.st-and.ac.uk>,
peterb@dcs.st-andrews.ac.uk (Peter Burgess) wrote:

>I assume that the effect you are trying to get is to put the current
>process at the back of the queue?  In that case I think if you want to do
>it with RUNP, you'll need to put the address of the first instruction to be
>run when the process gets to the head of the queue again into workspace[-1]
>first.

Please disregard the above.  I just noticed that the STOPP instruction
actually saves the iptr at workspace[-1] anyway, so the first method should
work ok.  Sorry, should have checked that :-(

Peter Burgess.

