I know how to implement single interrupts in PBP2.44.

But I would like to know if it is possible to implement the High and low interrupts in the 18F452 PIC using PBP

In Assembly:
The Main starts at ORG 0
The Low Interrupt starts at ORG 18
The High Interrupt starts at ORG 08

Then set up the Interrupt enable bits.


Thanks in Advance

Enigma460