#pragma CODE_SEG __NEAR_SEG NON_BANKED
interrupt void IIC0_Handler()
{
// NOTE: The routine should include the following actions to obtain
// correct functionality of the hardware.
//
// The ISR is invoked by IBIF flag. The IBIF flag is cleared
// if a "1" is written to the IBIF flag in IIC0_IBSR register.
// Example: IIC0_IBSR_IBIF = 1;