x86-64过程调用与运行栈 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-3 0 x86-64 过程调用与运行栈 64 位把 rbp ... Continue reading...
6_x86-32过程调用小结 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-3 0 x86-32 过程调用小结 程序栈 各个过程运行实例... Continue reading...
5_另一个递归调用实例 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-3 0 另一个递归调用的实例 带指针的阶乘 Recursiv... Continue reading...
4_一个递归调用的实例 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-3 0 一个递归调用的实例 int rfact(int x)... Continue reading...
3_寄存器使用惯例 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-3 0 寄存器使用惯例 继续上一节的问题, 为啥不保存恢复 ... Continue reading...
2_过程调用与栈 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-3 0 过程调用与栈 基于栈的编程语言 基于栈的一个特征就是... Continue reading...
1_程序运行栈的基本操作 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-3 0 程序运行栈的基本操作 x86-32 的程序栈 栈就是... Continue reading...
4_switch的汇编语言表示 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-2_续 0 switch 的汇编语言表示 这个就是依据不同情况来... Continue reading...
3_微体系结构背景 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-2_续 0 微体系结构背景 条件跳转指令往往会引起一定的性能损失... Continue reading...
2_循环的汇编语言表示 Posted on 2019年12月26日 by MXYLR 80x86汇编与C语言-2_续 0 循环的汇编语言表示 如何实现循环 (Loops) 所... Continue reading...