Hi all, I am using Darrel Taylor's PBP interrupts in my project and i also need to be able to write to the internal EEPROM of my PIC.

Now, according to the microcode studio help file "If interrupts are used in a program, they must be turned off (masked, not DISABLEd) before executing a WRITE command"

How do i do this? I am not sure how to 'mask' an interrupt, can i not use '@INT_DISABLE'?