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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/17/04 11:36
Read: times


 
#68679 - RE: Jumping from Routine to memory space??
Responding to: ???'s previous message
Depending on where in code-memory your routine is placed use can use SJMP, AJMP or LJMP. Many assemblers accept that you write just JMP and the assembler makes the calculation which one to use. I recommend that you read the "bible", address in LINKS to the left, where you can find out what differs between the three different jumps. OBS OBS you have to exit your routine with RETI to restore your interrupt status.

Anders

List of 4 messages in thread
TopicAuthorDate
Jumping from Routine to memory space??            01/01/70 00:00      
   RE: Jumping from Routine to memory space??            01/01/70 00:00      
      RE: Jumping from Routine to memory space??            01/01/70 00:00      
         RE: Jumping from Routine to memory space??            01/01/70 00:00      

Back to Subject List