// interrupt service routine void INT_viEx1(void) interrupt CC1_CC9INT { //never reach this routine } void main(void) { DP1H_P1 = 0; // set direction of port EXISEL0 = 0x0000; EXICON = 0x0008; PSW_IEN = 1; while(1); }