| |||||||||
Technical Support On-Line Manuals CARM User's Guide | __thumb: Thumb FunctionThumb coded functions are defined using the __thumb function attribute. <[>type<]> funcname (<[>args<]>) __thumb Where:
For example:
void MyARMfunc (void) __thumb { // use Thumb code for following function
l = x + 4;
}
Note | ||||||||
| |||||||||