内联汇编中有这么一段
asm volatile("mov %0,r6"
"\n\t mov %1,r7"
"\n\t mov %2,%1"
: "=r"(outputVariable0),"+r"(outputVariable1),"=r"(outputVariable2))
请教 程序中的“%0,%1,%2”指得是什么?最后一句: "=r"(outputVariable0),"+r"(outputVariable1),"=r"(outputVariable2))是什么意思?
谢谢
你查一下手册看看吧
欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) | Powered by Discuz! 7.0.0 |