[A83] Re: Push/PopErrHandler


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

[A83] Re: Push/PopErrHandler




> From: "Henk Poley" <HPoley@DDS.nl>
>
> > Van: Tijl Coosemans <tijl@ulyssis.org>
> >
> > #define AppOnErr(xxxx)    ld hl,xxxx \ call 0059h
> > #define AppOffErr         call 005Ch
> >
> >     AppOnErr(errLabel)
> > [..code..]
> >     AppOffErr
> >     ret
> >
> > errLabel:
> > [..error code..]
>
> Are you shure this will work on all ROM versions? And is this for the Ti83
> - or +?

TI83+ (as JoeP asked) and it should work on all Rom Versions because I took
the equates from ti83plus.inc.

On the TI83- you should use the routines I sent in my first mail.





References: