05 内嵌汇编的编程
摘要:
说明:参考狄泰软件学院相关课程 示例如下: #include <stdio.h> int main() { int result = 0; int input = 1; int a = 1; int b = 2; asm volatile ( "movl %1, %0\n" : "=r"(resul 阅读全文
posted @ 2020-06-12 11:40 lh03061238 阅读(258) 评论(0) 推荐(0)
浙公网安备 33010602011771号