Re: Re[4]: A86: Oh My God, An ON-Topic Post!
[Prev][Next][Index][Thread]
Re: Re[4]: A86: Oh My God, An ON-Topic Post!
break it down into individual operators, then use the op registers and
rom calls.
say you wanted: SQRT(x^2-y^2)
;; load y to op1
call _FPSQUARE ;y^2
call _OP1TOOP4 ; would use op2, but i think _FPSQUARE destroys it
;; load x to op1
call _FPSQUARE ;x^2
call _OP4TOOP2
call _FPSUB ;x^2-y^2
call _SQROOT ;sqrt(x^2-y^2)
;; op1 = sqrt(x^2-y^2)
then do what you want with the answer
-josh
On Thu, 20 Jan 2000 16:34:45 -0500 <glendon.solsberry@tricon-yum.com>
writes:
>
> That's what I'm asking. How would I go about that?
>
> Glen
> tutorial1.cjb.net
>
>
>______________________________ Reply Separator
>_________________________________
>Subject: Re: Re[2]: A86: Oh My God, An ON-Topic Post!
>Author: <assembly-86@lists.ticalc.org> at Internet
>Date: 1/20/00 12:04 PM
>
>
>
>hard code the equation in assembly?
>
>-josh
>
>On Thu, 20 Jan 2000 14:41:51 -0500 <glendon.solsberry@tricon-yum.com>
>
>writes:
>>
>> Now that I thionk about it, it wouldn't have to be an on-calc
>>var,
>> just an equation to plug two numbers into. Is there an easier
>>way to
>> do this?
>>
>> Glen
>> tutorial1.cjb.net
>>
>>
>
>________________________________________________________________
>YOU'RE PAYING TOO MUCH FOR THE INTERNET!
>Juno now offers FREE Internet Access!
>Try it today - there's no risk! For your FREE software, visit:
>http://dl.www.juno.com/get/tagj.
>
>
>
>
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.