GCC ARM C语言嵌入汇编语法 ARM GCC Inline Assembler Cookbook About this document The GNU C compiler for ARM RISC processors offers, to embed assembly language code into C programs. This cool feature may be used for manually optimizing time critical parts of the software or to use specific proces...