Re: A83: Exponent in op1
[Prev][Next][Index][Thread]
Re: A83: Exponent in op1
On 21-Oct-98, Henry Davidowich wrote:
>How could I multiply op1 by 100? I basically want to adjust the
>exponent. Something like:
>ld a,(op1+1)
>dec a
>dec a
>ld (op1+1),a
>something like this?
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
Something like it yep, but my guess is that you should inc a instead. Not
100% sure as I don't really remember... (ref to ti's documentation).
If the user entered the number you'll have to check it against overflow
aswell.
Linus
References: