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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/16/04 11:02
Read: times


 
#74361 - RE: Retrieving data from ROM
Responding to: ???'s previous message
If there are a lot of datas:
mov count,#number_ofdata
mov R0,#Internal_table
mov dptr,#X_table
loop:
mov a,#0
movc a,@a+dptr
mov @R0,a
inc dptr
inc R0
djnz count,loop
....


Xtable:
db ....
db .....

Why not use the table direcly in rom?

List of 8 messages in thread
TopicAuthorDate
Retrieving data from ROM            01/01/70 00:00      
   RE: Retrieving data from ROM            01/01/70 00:00      
   RE: Retrieving data from ROM            01/01/70 00:00      
   RE: Retrieving data from ROM            01/01/70 00:00      
   RE: Retrieving data from ROM            01/01/70 00:00      
   Why?            01/01/70 00:00      
      RE: Why?            01/01/70 00:00      
         But Why?            01/01/70 00:00      

Back to Subject List