21774
查看ARM inline Assembler的源代码
ARM inline Assembler
0
←
ARM inline Assembler
跳转至:
导航
、
搜索
因为以下原因,你没有权限编辑本页:
你被禁止执行你刚才请求的操作。
您可以查看并复制此页面的源代码:
asm(code : output operand list : input operand list : clobber list); example: Rotating bits example int x; int y; y= (x>>1); <source lang="c"> asm("mov %[result], %[value], ror #1" : [result] "=r" (y) : [value] "r" (x)); </source> register value (r1) = x register result (r2) = y result = (value >> 1) Referernce: http://www.ethernut.de/en/documents/arm-inline-asm.html
返回
ARM inline Assembler
。
导航菜单
个人工具
   
个人维基
注册
登录
名字空间
页面
变换
查看
阅读
查看源代码
统计
查看历史
操作
搜索
导航
首页
最近更改
随机页面
工具箱
所有页面
文件列表
特殊页面