C/C++ 中嵌入 arm 汇编
摘要:GCC编译器支持直接在C或者C++代码中,嵌入ARM汇编代码。其基本格式非常简单,大致如下: __asm__ [__volatile__] ( assembler template : [output operand list] /* optional */ : [input operand lis
阅读全文
posted @ 2016-02-24 17:50
posted @ 2016-02-24 17:50
posted @ 2016-02-23 14:42
posted @ 2016-02-16 21:54