??? 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? |
Topic | Author | Date |
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 |