Re: A85: AI (plus a question)


[Prev][Next][Index][Thread]

Re: A85: AI (plus a question)




I believe that a command must finish before an interrupt is called.  In
other words, interrupts are only executed _between_ commands, not during
the the execution or during the fetch.

Mike

> and with the interrupts on the ti85,  lets say a prog is running
> "62982FC921" (not real code, but you get the idea) and then an int
> occurrs.  if the command is like ld bc,$5678 (017856) and it goes like
> this:
> 
> 0178  -- INTERRUPT-- 56   or will it wait for a command to finish
> executing before calling the interupt?  this is critical to the
> development of the robot data file executor.
> 
> 
> -Greg


References: