[A85] Re: Running assembly programs
[Prev][Next][Index][Thread]
[A85] Re: Running assembly programs
On Sun, 23 Sep 2001, Henk Poley wrote:
> Is it possible to start an assembly program from the prompt or from a BASIC
> program?
The simple answer would be no. Machine code is only started by CUSTOM+F1
as that is what is needed to get the calcualtor to run it.
Of course, I suppose you could write an interrupt routine that constantly
checked for a certain situation (like "RUNASMNOW"->X:Pause being executed
from basic and then start it. There might already be some program to do
that.
Follow-Ups:
References: