How can I convert a number in a string to any base in assembly?

Posted by Nick on Stack Overflow See other posts from Stack Overflow or by Nick
Published on 2010-05-16T19:07:33Z Indexed on 2010/05/16 19:10 UTC
Read the original article Hit count: 341

How can I convert a number contained in a string from any base to any other base?

Bases can be anything i.e.: 2, 16, 10, 4, 8, 9.

© Stack Overflow or respective owner

Related posts about base-conversion

Related posts about string