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



