摘要:
通过输入gcc -S -o main.s main.c 将下面c程序”week0303学号.c“编译成汇编代码 #include <stdio.h> int g(int x){ return x+3; } int f(int x){ int i = 01; return g(x)+i; } int 阅读全文
posted @ 2021-11-06 16:27
20191301
阅读(44)
评论(0)
推荐(0)