Hi,

I´m a coding a program that has something like 2AFFh ocuped into program memory (18F4520) until now without interrupts. But now, I´m needing to use interrupt (timer0) and when I put in my code the instruction
ON INTERRUPT GOTO rotine_name, i put too the interrupt handler and so on. Whith this, my code get a 407Fh ocuped in program memory. Looking for the disassembly listing, after each PBP instruction, the compiler insert a CALL 0x366 (in this case a adress designated by own compiler ). Doing a test, when I take off a On INTERUPT instruction, the size back around to the first value.
Someone Can help me?
Could I handle my interrupt rotine through asm instead of PBP directives?

Best Regards.
EJx.