Hi

I write data to the EEPROM with WRITE and are also using DT-INTS TMR1, but before i execute a write I disable TMR1 with
Code:
@ INT_DISABLE  TMR1_INT
Is that the correct way to do it?

I´m a little confused when I read the manual about WRITE, The manual says
If interrupts are used in a program, they must be turned off (masked, not
DISABLEd) before executing a WRITE
What do they mean with not DISABLED?