You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As much as I would like to use this, unfortunately there's no way to differentiate interrupts from one another using this method, unless we want to do something similar to what we're already doing in assembly where we have a separate function for each interrupt/exception.
That might be worth doing, but it wouldn't really gain us anything (other than removing more assembly).
https://gcc.gnu.org/onlinedocs/gcc/x86-Function-Attributes.html
The text was updated successfully, but these errors were encountered: