I made an interrupt handler in asm which jumps to the corresponding interrupt functions in C. After linking I get this error : Error: L6238E: irq_handler.o(IRQHandler) contains invalid call from '~PRES8' function to 'REQ8' function tc0. The handler has the instruction : . . . B tc0 tc0 is a function and resides in a C file