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

Back to Subject List

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


 
#20941 - want to convert from binary to ascii str
Hi.

I'm looking for an effecient routine to convert a 16 bit unsigned binary number to a string of up to five ascii characters representing the number in decimal. For example, a pair of registers containing "FF" "FF" would return a string of five consecutive memory locations with the following hex data: "36" "35" "35" "33" "35" (these would show as "65535" on a terminal). Any such routines out there ? Thanks!

Guy

List of 16 messages in thread
TopicAuthorDate
want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      
RE: want to convert from binary to ascii str            01/01/70 00:00      
RE: binary to ascii string, Guy            01/01/70 00:00      

Back to Subject List