Re: A86: 3 questions


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

Re: A86: 3 questions




Thanks for the info, Dux too, now if only i could figure out how to 
evaulate an equation. the FPS thing is for my asapxcmd program 
to find when i run out of arguments and the equation thing if for a 
spread sheet that i have started on.

later
Keith Batten
> 
> 
> 
> On Wed, 6 Jan 1999 12:30:22 +0100 "Keith Batten" <kbatten@usa.net>
> writes:
> >
> >1) Is there any way for me to have the calculator evalute an 
> >equation from assembler? maybe like a rom call or an exec_pg?
> 
> probably.  i don't know where, but... :)
> 
> >2) Is there an easy way to convert a string to a real? a rom call?
> 
> there might be a rom call, but there's also a routine i wrote.  it's up
> on ticalc, but i think i missed a bug in that, so here it is again  (at
> end of message)
> 
> >3) also one more question, I have a question about the Floating 
> >Point Stack.  How do I know when the FPS is empty?
> 
> the floating point stack starts at $8000 (i think) and works up, so if
> _FPS=$8000 then it's empty.


References: