Tagged Questions
2
votes
1answer
287 views
How do I convert a decimal number to REAL10 in MASM assembly?
Right now I convert the string containing the decimal number to an integer (ignoring the radix point for now), load it into ST(0), and divide by the correct power of ten to account for the radix ...