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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
09/21/02 14:02
Read: times


 
#29480 - RE: My first attempt at using interupts
I'm befuddled, what processor are we talking about ?
Interupt vector is adress where your program will jump after interupt has been trigered.
For 5'th interupt it is 5Bh. So you should write something like that:

ORG 5Bh
' do what you want in interupt
RETI


I know of no processor with a vector at 5bh

Jeff, as to the size of your ISR (interrupt Service Routine) read my post in your previous question re this.

Have fun,

Erik

List of 13 messages in thread
TopicAuthorDate
My first attempt at using interupts :-(            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      
RE: My first attempt at using interupts :-(            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      
RE: My first attempt at using interrupts            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      
RE: more            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      
RE: My first attempt at using interupts            01/01/70 00:00      

Back to Subject List