会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
BobHuang
首页
新随笔
联系
管理
2022年9月29日
RISCV函数调用汇编分析
摘要: 如果你没有编译工具链,https://godbolt.org 去看汇编可以解燃眉之急 一、编写的C语言代码 #include<stdio.h> int square(int a) { return a*a; } void squareArray(int a[]) { int i; for(i=0;i
阅读全文
posted @ 2022-09-29 14:39 暴力都不会的蒟蒻
阅读(227)
评论(0)
推荐(0)
编辑
公告