Hello
My programm run on 18F4520 and used Darrel Taylor DS_INT
After compiling it shows the above messages
What make i wrong or how can i solve this?
Apreciate any help
Compiler 2.50 and on vesion 2.60 the same messages
Thanks
Best regards
Pedro
Message[301] c:compil~1\sc8406~2.asm 1617 : MESSAGE: (Temp variables exceeding T7)
'''refer to this lines of the generated asm file
ifdef T7
MOVE?WW _T7_SaveH, T7
if (PBPLongs_Used == 1)
MOVE?WW _T7_SaveH+2, T7+2
endif
endif
ifdef T8
ifndef NO_T7_WARNING
messg "Temp variables exceeding T7"
endif
endif
Warning[207] c:compil~1\sc8406~2.asm 1638: Found label after column 1.(INT_LST)
'''refer to this lines of the generated asm file
INT_LIST macro
INT_Handler RX_INT, _IntRx, PBP, yes
endm
INT_CREATE
Bookmarks