K8048 with PIC16F627 example software

Has anyone an example of Timer and Interrupt working please. I am not able to get the interrupt to function. I am sure that the problem is a simple error that a working example would solve.

Many thanks
Trevor

After much experimenting I have found the answer to the problem.

It seems that the TIMER Interrupts are classed as EXTERNAL INTERRUPTS, and the PEIE bit in INTCON has to be set as well as the GIE.

Having done this everything works. The Timer description is fine but the PEIE does seem to have been lost in the Data Sheet.

I know that I have answered my own question but I thought that others may be looking for the same answer…