??? 10/14/05 05:06 Read: times |
#102371 - writing code in interrupt handler addr |
Hello everyone,
can any one tell me how to write codes in Interrupt Handler addresses by using assembly language. Iam working on keil software Eg: In AT89C51 when an Timer over flow flag is set the processor clears the flag and vectors to interrupt handler address 000Bh. What is the procedure to write a code in this address(000Bh). |