Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/20/02 03:11
Read: times


 
#32802 - convert a large hex number to ascii
From reading it not to difficult to convert ah to 10 ascii, but what if I have a larger number for example:

If a memory location holds the value 5ah (90 base10 or 1011010 binary) how do I convert the value into discrete numbers. Meaning ‘0’ ‘9’ My compiler will display values either in hex or base 10. My ultimate goal is to write the values to a display.

If do a conversion from hex to decimal using pen a paper I don’t see a clear solution.
It can’t be that difficult or is it?

Your help would be appreciated.
Spencer


List of 9 messages in thread
TopicAuthorDate
convert a large hex number to ascii            01/01/70 00:00      
RE: convert a large hex number to ascii            01/01/70 00:00      
RE: convert a large hex number to ascii            01/01/70 00:00      
RE: convert a large hex number to ascii            01/01/70 00:00      
RE: convert a large hex number to ascii            01/01/70 00:00      
RE: convert a large hex number to ascii            01/01/70 00:00      
RE: convert a large hex number to ascii            01/01/70 00:00      
RE: convert a large hex number to asc            01/01/70 00:00      
RE: convert a large hex number to ascii            01/01/70 00:00      

Back to Subject List