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 14:10
Read: times


 
#32825 - RE: convert a large hex number to asc
Do a routine that divide your number (range 00h to 0ffh) by 64h (100d), save the result for hundreds ASCII conversion, get the remainder and divide it by 0ah (10d) save result for tens ASCII conversion. The remainder is the units part.

HTH

orlando

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