[A89] Re: _rowread()


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

[A89] Re: _rowread()




I can't diagnose code I can't see. Although I would almost guarantee it's
not auto-int 1 that's causing your problem.

John David Ratliff
jdratlif@cs.indiana.edu

-----Original Message-----
From: assembly-89-bounce@lists.ticalc.org
[mailto:assembly-89-bounce@lists.ticalc.org]On Behalf Of Nick Peaden
Sent: Friday, June 29, 2001 11:09 AM
To: assembly-89@lists.ticalc.org
Subject: [A89] Re: _rowread()



John David Ratliff wrote:

> INT_HANDLER int1 = GetIntVec(AUTO_INT_1);
>
> SetIntVec(AUTO_INT_1,DUMMY_HANDLER);
>
> ... do code here (like GrayOn(), etc...)
>
> // DO NOT EXIT THE PROGRAM WITHOUT DOING THAT OR THE CALC WILL BECOME
> UNUSABLE!!!!
> SetIntVec(AUTO_INT_1,int1);
>
> John David Ratliff
> jdratlif@cs.indiana.edu
>

I have this problem that even when I restore auto int 1 the calc is
unusable!
The program seems to just start and it hits the auto int one and stops! then
goes to the home screen






References: