We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have redirected an interrupt function by executing a far jump from the original interrupt function to another function in RAM. I'm using the small memory model. Do I have to do something to properly handle the return from the vectored function, since the vectored function was built using the small memory model and this function is being entered by a far jump? Thanks for any guidance.