Good Day,
I had completed my files with BoostC version 6.89. It's all ok !
One day i had update the version 6.89 of BoostC with 6.90 so i compiled the file the firmware did not run more.
I had open both the files asm version 6.89 and 6.90 show the code differents:
Version 6.89 OK.
label323
MOVF gbl_timescritte, W
XORLW 0x0C
BTFSS STATUS,Z
GOTO label326
BCF STATUS, RP0
BCF gbl_BaseClock+D'1',5
Version 6.90 wrong
label323
MOVLW 0x00
XORLW 0x0C
BTFSS STATUS,Z
GOTO label326
BCF STATUS, RP0
BCF gbl_BaseClock+D'1',5
I tried to compile without o