RE: A86: Re: OP1


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

RE: A86: Re: OP1




> -----Original Message-----
> From: owner-assembly-86@lists.ticalc.org
> [mailto:owner-assembly-86@lists.ticalc.org]On Behalf Of Trey Jazz
> Sent: Friday, March 20, 1998 4:13 PM
> To: assembly-86@lists.ticalc.org
> Subject: A86: Re: OP1
>
>
>
> registers cant do floating math, so you can only do it by input for a
number
> or if you store a number into a variable and keep on loading from and
> writing to it
>
> -----Original Message-----
> From: Robby Gutmann <gutmann@planet-connect.com>
> To: assembly-86@lists.ticalc.org <assembly-86@lists.ticalc.org>
> Date: Friday, March 20, 1998 3:06 PM
> Subject: A86: OP1
>
>
> >
> >how do i set OP1 equal to a fraction?  ld a,.25   and ld a,1/4   with
> >_SetXXOP1 dont work, and i cant fin any equates for setting them equal to
> >fractions.  do i have to do _OP2SET4, _OP1SET1, _FPDIV?  thanx for any
> help?
> >
> >Robby Gutmann
> >gutmann@planet-connect.com
> >ICQ UIN: 724927      Agonostis on IRC
> >
> >Of course, Ankh-Morpork's citizens had always claimed that the river
water
> >was incredibly pure. Any water that had passed through so many kidneys,
> >they reasoned, had to be very pure indeed.
> > -- (Terry Pratchett, Sourcery)
> >
>

 ld hl,num
 call _mov10toop1 (?)
 ...

num:
 .db $00,$FB,$FF,$25,$00,$00,$00,$00,$00,$00

--
Stephen Hicks
mailto:shicks@mindspring.com
ICQ:5453914
IRC:Kupopo


References: