Re: A86: Standards


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

Re: A86: Standards



On Mon, 4 Aug 1997, James Yopp wrote:

> >If you're going to follow that route, then you might as well do what TI
> >did with finexec by calling the internal error routine, rather than just
> >returning.
> 
> You COULD bring up the classic "Error 05 Break" routine by calling "Set 
> 4, (IY+9)".  How would you call the built-in routine (Specifically, 
> "Error 17 Invalid")?

I haven't tried using this, but the first two instructions in finexec are

	BIT 2,(IY+$1F)
	JP Z, $416C

--------
Dan Eble (mailto:eble@cis.ohio-state.edu)
         (http://www.cis.ohio-state.edu/~eble)


References: