__supervisor
In this section:
Syntax
See Syntax for type attributes used on functions.
Description
The __supervisor keyword specifies that an interrupt function will be stored in the .stext section, and makes the function use the return instruction sret.
Example
__supervisor __interrupt void myInterruptFunction(void);