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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/23/07 19:57
Read: times


 
#139685 - Dechex
Responding to: ???'s previous message
example:

i press 4m remote 6 and 3 OK. 06h and 03h make packed Hex 63h.
using below program.
mov a,#03h
Mov b,#00h
anl a,#0fh
anl b,#0fh
swap a
orl a,b

my remote code naver made abcdef. only 0-9. So my remote program make number 00-99. but another program not accept 00-99 code.

example:
20 = 14
35 = 23
60 = 3c
77 = 4d

i think now understand my problem. i don;t want to make Ascii or BCD.

Thanks
Sanjib


List of 18 messages in thread
TopicAuthorDate
Dec to Hex Converter.            01/01/70 00:00      
   What do you mean?            01/01/70 00:00      
      Dec to Hex Converter.            01/01/70 00:00      
         Think about it!            01/01/70 00:00      
            Dec to Hex Converter.            01/01/70 00:00      
               Think about it!            01/01/70 00:00      
   Try the code Library            01/01/70 00:00      
   Not understand            01/01/70 00:00      
      Gee Wiz            01/01/70 00:00      
         Olympic sprinting before crawling?            01/01/70 00:00      
            You are right, and ...            01/01/70 00:00      
               GREAT            01/01/70 00:00      
               Dechex            01/01/70 00:00      
                  I would call this...            01/01/70 00:00      
                  What is a "4m remote" ?            01/01/70 00:00      
      Back to basics            01/01/70 00:00      
      Example            01/01/70 00:00      
      Conversion            01/01/70 00:00      

Back to Subject List