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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/30/00 17:09
Read: times


 
#4047 - RE: hex to ascii
One easy method is to make up a decimal look-up table for each hex digit. The MSN table will have 16 entries, from 0000 to 3840. (0x256 ..... 15x256)
Next digit table will have values from 0000 to 0240. The LSN able will have entries from 0000 to 0015. Isolate each nibble in turn, and lookup its decimal value. Add all the table results together (decimal adjusted), then add 30h to each nible to get ascii.

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