This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to call a C function instead of macro in RTX51 tiny

Hello,

I'm trying to have a C function called when the tick timer 0 is interrupted.
in the manual it has this macro where i'm supposed to write the macro but the problem is my code is in C and I don't know how i'm supposed to implement a function call here

HW_TIMER_CODE MACRO RETI //how to call function ? ENDM