Re: A82: <sigh> Help again)
[Prev][Next][Index][Thread]
Re: A82: <sigh> Help again)
In a message dated 98-05-15 00:38:45 EDT, you write:
> > On Thu, 14 May 1998 19:46:44 EDT ADAMMAN106 <ADAMMAN106@aol.com> writes:
> > >
> > >you probably made a stray ROM_CALL where a call should have been used.
> > > In
> > >18.0 calcs or lower, you can use ROM_CALL(GET_KEY) even though it
> > >should be
> > >call GET_KEY. In 19.0's it will crash (I have experience in these
> > >matters :-(
> > >). look out for ROM_CALL's where calls should be
> > >
> > >~Adamman
> > >
>
> I used the "call GET_KEY" function. Is that wrong and if so what
else
> should I look for that is a problem?
just do a search for "ROM_CALL" in your program and check each instance
against ti82.h to make sure it should be a ROM_CALL and not a regular call
~Adamman