A83: Exponent in op1


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

A83: Exponent in op1




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


Follow-Ups: