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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
01/13/03 12:05
Read: times


 
#36320 - About interrupt
For writing the assembly languages,
at the very beginning, we need to set

ORG 800h
AJMP main

ORG 803h
AJMP INT0_ISR ;if anyone pressed any keys

1) after that, I need to configure INT0 to edge-trigger interrupt, but how?

2) and then i must enable INT0 by using IE register, could anyone give me example to write it?


List of 3 messages in thread
TopicAuthorDate
About interrupt            01/01/70 00:00      
RE: About interrupt            01/01/70 00:00      
RE: About interrupt            01/01/70 00:00      

Back to Subject List