Codigo:
DECLARE BOOTLOADER = ON or OFF, or TRUE or FALSE, or 1, 0
The BOOTLOADER DECLARE directive enables or disables the special settings that a serial bootloader requires at the start of code space. This directive is ignored if a PICmicro without bootloading capabilities is targeted.
Disabling the bootloader will free a few bytes from the code produced. This doesn"t seem a great deal, however, these few bytes may be the difference between a working or non-working program. The default for the compiler is BOOTLOADER ON
Encontrado en la ayuda .
Entonces indicale que usas interrupciones ,ON INTERRUPT GOTO My_Int , tanto si usas como no .
y si no las usas , le pones DISABLE al principio del programa .
un hex generado por ejemplo
Codigo:
2805 3FFF 3FFF 3FFF 0008 178B 280A 1B8B
0008 280A 0185 0186 3FFF 3FFF 3FFF 3FFF