1 2 3 4 5 6 7 8 9
#include <pic16f873.h> extern unsigned char ms_delay; void test() { ms_delay++; PIR1 = 0; PEIE = 1; }