Assembler Developer

Moderators: None (Apply to moderate this forum)
Number of threads: 970
Number of posts: 1762

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Multiple lookup tables Posted by zabiel on 27 Feb 2013 at 3:34 AM
Hello. I need to use several lookup tables(DATA,DATA1...) in one program and it should change after some time (like after 1s). Is it possible to do it in assembler language with 8051 microcontroler? Thank you in advance.

MAIN:
MOV DPTR,#DATA
CLR A
MOVC A,@A+DPTR
MOV R2,A      
INC DPTR
......
DATA: 
DB 36D 
DB 1D,254D       
;DB 22D,233D
...

Thread Tree
zabiel Multiple lookup tables on 27 Feb 2013 at 3:34 AM



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.