5282604
Full Member level 4

hiii,
i use portb external interrupt for pic16f84a
and when interrupt end i want the pic start from new lable like this
i want when interrupt end start from out: lable code
i use portb external interrupt for pic16f84a
and when interrupt end i want the pic start from new lable like this
PHP:
"interrupt code"
main:
code
.
.
.
out:
code
.
.
.
end.
i want when interrupt end start from out: lable code