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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
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+0BH
etc, 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

List of 7 messages in thread
TopicAuthorDate
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      

Back to Subject List