This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is there a built-in ARM assembly instruction for the following problem?

Is there an ARM assembly instruction for the following problem of converting between string to number, number to string, and number to number?

String -> Number

Number -> String

Number -> Number

Where String is a character array

and

Number is different representations of a number using different bases (decimal, hex, etc.)