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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/02/02 07:33
Read: times


 
#30002 - RE: software interrupt
Hi Dody,
you can work it out like this...

<code>
ORG XXXXh ; timer IVT.
......
......
ljmp your_routine
reti

org yyyyh ; main program etc goes here...
......
.....
.....
....
your_routine:
; your routine code goes here and finally
; return it back
ret
</code>
; rest of the code..
...
...
end

List of 4 messages in thread
TopicAuthorDate
software interrupt            01/01/70 00:00      
RE: software interrupt            01/01/70 00:00      
RE: software interrupt            01/01/70 00:00      
RE: software interrupt            01/01/70 00:00      

Back to Subject List