Right now, I am converting a string containing a decimal number into an integer (now ignoring the notation), load it into ST (0) and divide by the correct power 10 to account for the notation. This seems to be around, and requires that I have a lookup table for some degrees 10. Is there a better way to do this?
source
share