interrupt and tmro

Status
Not open for further replies.

Six-Sixteen

New Member
hello

do you know how to use interrupt and tmro for PIC16F84A?
I need detailed explanations for these topics(if possible sample assembly program with explanation), can you help me?

your help is highly appreciated.
 
Hi if you read the data sheet found at www.microchip.com it will tell you that the interupt vector for all interupts is fixed at 4.
Code:
ORG   0x00
   GOTO codestart
ORG   0x04
   ; intrerupts will come here
When the interupt is called the apropreate flag is set, se the datasheet for more info.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…