Hi guys,

dos this makes any sense to you?
I added a debugin line with timeout and jump label inside my interrupt block and this is causing the code not work as expected as well!

RBCinterrupts:

@ INT_DISABLE RBC_INT

debug "trigger detected...", 13,10

DEBUGIN 2000,JUMPOUT,[WAIT("MCU-"), DEC MOODCAP]

debug "debugin passed...", 13,10


RBIF=0
INTFLAG=1


DEBUG "returning...",13,10


@ INT_RETURN
Debugin jump block:


JUMPOUT:


DEBUG "fail debugin...",13,10

@ INT_RETURN