??? 09/17/04 12:09 Read: times |
#77559 - RE: interrupt routine in eternal RAM Responding to: ???'s previous message |
The downloading program itself should have something like:
ORG 03H LJMP RAMSTART+03H ORG 0BH LJMP RAMSTART+0BHetc, where RAMSTART is the address where your program is downloaded from (usually 2000h, or 8000h). So, all you need is just to write interrupt routine(s) after ORG RAMSTART+23H(or others), and it will be serviced in the same way as if it stood from 0023h. Regards, Slobodan |
Topic | Author | Date |
interrupt routine in eternal RAM | 01/01/70 00:00 | |
RE: interrupt routine in eternal RAM | 01/01/70 00:00 | |
RE: interrupt routine in eternal RAM | 01/01/70 00:00 | |
RE: interrupt routine in eternal RAM | 01/01/70 00:00 | |
RE: interrupt routine in eternal RAM | 01/01/70 00:00 | |
RE: interrupt routine in eternal RAM | 01/01/70 00:00 | |
RE: interrupt routine in eternal RAM![]() | 01/01/70 00:00 |