A85: Re: Assembly-85 Digest V1 #522


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

A85: Re: Assembly-85 Digest V1 #522




is there any floating point math programs out there that people have
actually worked with and used?  i am making a program that will use a number
stored in ascii (a subroutine changes it into decimal) as ".db "000.000",0
without the ".".  i've already got a program that will add the numbers up.
i leave out the decimal because it has no value to be added.  it's only put
in there when displaying the number.  the number will be saved as, say for
example, ".db "023013",0" which is the same as "23.013" when it is
displayed.  i hope that's not too confusing.  i don't like the routine i've
alredy made and was wondeirng if someone has already written a routine that
will add that number stored as that to another number stored the same way
and then save the result in one of the slots.  if anyone has used one of
those programs i would really appreciate it if anyknow could recommend a
routine or could quickly write one.  that would be great and you would get
credit.

i know that the op registers can do this but i don't know how to store
decimal numbers into the op registers.  if someone could help me with that
i'd really appreciate it too!  thanks a ton.

jimi





Follow-Ups: