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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/29/05 22:17
Read: times


 
#96251 - The Othe way around
Responding to: ???'s previous message
You want to convert 1 hex Byte to ASCII

64 Hex to the string "64"
Assume ASM you did not say.

divide it by 10

add 30 hex to Acc print it. (6 + 30h = '6') 30h = '0'
B holds the remainder.

add 30 hex to B print it. (4 + 30h = '4')

List of 14 messages in thread
TopicAuthorDate
ASCII TO DECIMAL            01/01/70 00:00      
   re: ascii to decimal            01/01/70 00:00      
   DS1620 - ASCII???            01/01/70 00:00      
      9 bits            01/01/70 00:00      
         So not ASCII, then!            01/01/70 00:00      
   The Othe way around            01/01/70 00:00      
      Not ASCII            01/01/70 00:00      
         Still Confused            01/01/70 00:00      
            i whant to do this            01/01/70 00:00      
               Re-read Neil's post!            01/01/70 00:00      
               It was discused al least..... a lot but:            01/01/70 00:00      
                  You only forgot ...            01/01/70 00:00      
                  For Ivan            01/01/70 00:00      
   resource            01/01/70 00:00      

Back to Subject List