会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mark_Woo
what hurts more,the pain of hard work or the pain of regret
博客园
首页
新随笔
联系
管理
订阅
2015年3月8日
由反汇编C程序来理解计算机是如何工作的
摘要: ##C语言代码```cint g(int x) { return x + 109;}int f(int x) { return g(x);}int main() { return f(122) + 3;}```##汇编代码的工作过程分析```g: pushl %ebp movl %esp, %ebp...
阅读全文
posted @ 2015-03-08 02:05 Mark_Woo
阅读(488)
评论(0)
推荐(0)
编辑
公告