Re: A83: subtracting fp's
[Prev][Index][Thread]
Re: A83: subtracting fp's
In accordance with the prophecy, Daan {DreAdFaq} Schulpen uttered:
> If I want to subtract one floating point number from another, how could I do
> that?
_FPSUB will subtract OP2 from OP1 and place the result in OP1. This is
internally done by flipping the sign bit of OP2 and then calling _FPADD.
Linus
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
To iterate is human - to recurse is divine.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
lairfight@softhome.net, visit http://linusworld.cjb.net (PGP key available).
References: