Compiler Error 1113

Error 1113 is: Inline assembler not permitted when generating Thumb code.

It seems that the ARM RVDS compiler used by the mbed online environment does not support inline assembly for the Cortex M3 or M0 (unlike GCC). However, you can put your assembly in a separate file. For info about writing assembly on mbed, see: /cookbook/Assembly-Language.


All wikipages