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 12:29
Read: times


 
#68683 - RE: Jumping from Routine to memory space??
Responding to: ???'s previous message
Yes you can. It is easier for you later on if you define LABELS for your routines, like in your program

org 0023H
Jmp 0100H instead JMP SERIAL


RETI This is not needed
.
.
.
org 0100H
SERIAL:
Mov etc
"
"
RETI




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