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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/15/01 04:20
Read: times


 
#16629 - RE: Running code in RAM
Why u ask why ?
Just give the help will u !


Never use "copy paste" your program from EEPROM to RAM. the code from EEPROM and RAM has little bit different. never use LCALL and LJMP, except LCALL Label + (first RAM address ). Just use call and jmp.
If jump to EEPROM use LJMP, do not add with first of your RAM address except in RAM address : LJMP Label + (first RAM address ), if in EEPROM use LJMP Label.

Main_program:
......
......

LJMP to_EEPROM ; last line




List of 12 messages in thread
TopicAuthorDate
Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM - ???            01/01/70 00:00      
RE: Running code in RAM - ???            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      
RE: Running code in RAM            01/01/70 00:00      

Back to Subject List