hi,
question: I have 2 codes for the interrupt to the INTERRUPT vector
04h, one on RBIE and the other on TOIE.
If during the execution of the program it occurs the second
interrupt, as ago the MCU to recognize which of the 2 codes it has
to perform?
THX
chip
MCU = 16f84a
ORG 04H
CODE 1..... (ON RBIE)
CODE 2......(ON TOIE)
----------------------------------------------------
MAIN PROGRAMM
Bookmarks