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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/18/00 14:50
Read: times


 
#3822 - RE: hex to ascii
i want to break my hex value into decimal form ,simple units tens hundreths.
obviously my hex base number is going from 0h to fh for the corresponding units , tens , hundreths
at the moment i take the base value and compare it against 09h , if its below this value i simply display the entire base value and the problem is solved.
however if the value is more than 09h ideally i would like to find what value it is between 09 and fh , reset it to zero and add the difference ex.
if the value was say ah i'd want to print out 011


List of 7 messages in thread
TopicAuthorDate
hex to ascii            01/01/70 00:00      
RE: hex to ascii            01/01/70 00:00      
RE: hex to ascii            01/01/70 00:00      
RE: hex to ascii            01/01/70 00:00      
RE: hex to ascii            01/01/70 00:00      
RE: hex to ascii            01/01/70 00:00      
RE: hex to ascii            01/01/70 00:00      

Back to Subject List