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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
06/11/05 11:24
Read: times


 
#94679 - Look Up Table:
Responding to: ???'s previous message

clr a
mov dptr,#message
movc a,@a+dptr ;returns 20

mov a,#1
movc a,@a+dptr ;returns 30


mov a,#12
movc a,@a+dptr ;returns W

mov a,#13
movc a,@a+dptr ;returns o

clr a
inc dptr
movc a,@a+dptr ;returns 30
inc dptr
movc a,@a+dptr ;returns 40
inc dptr
movc a,@a+dptr ;returns 25h



;Look Up Table

message: 20,30,40,25h,'A',"Hello Word",0ffh









List of 13 messages in thread
TopicAuthorDate
A doubt in making timmer and a counter            01/01/70 00:00      
   Intel Application Note            01/01/70 00:00      
   Re            01/01/70 00:00      
   If you could            01/01/70 00:00      
      This is the code for timer n counter            01/01/70 00:00      
         Error message?            01/01/70 00:00      
            Kai dont u refer the code it is incompl            01/01/70 00:00      
               'org' and 'db'...            01/01/70 00:00      
   Look Up Table:            01/01/70 00:00      
      Oh            01/01/70 00:00      
   A probable solution...            01/01/70 00:00      
      HI Can I use the lookup table for Fract            01/01/70 00:00      
         Convert it !            01/01/70 00:00      

Back to Subject List