1 Star 0 Fork 1

fengxueygr/asm_fragment

forked from 西边/asm_fragment 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
a29.s 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
西边 提交于 2021-09-20 11:11 . comit
.LC0:
.string "%d"
.LC1:
.string "\n"
.LC2:
.string "最大的数是:\n"
.globl main
main:
pushq %rbp
movq %rsp,%rbp
subq $0x1000,%rsp
movl $0,-0x1000(%rbp) /* a */
movl $0,-0xffc(%rbp) /* b */
movl $0,-0xff8(%rbp) /* c */
movl $0,-0xff4(%rbp) /* max */
leaq -0x1000(%rbp),%rsi
leaq .LC0(%rip),%rdi
movl $0,%eax
call scanf
leaq -0xffc(%rbp),%rsi
leaq .LC0(%rip),%rdi
movl $0,%eax
call scanf
leaq -0xff8(%rbp),%rsi
leaq .LC0(%rip),%rdi
movl $0,%eax
call scanf
movl -0x1000(%rbp),%eax /* a */
cmpl -0xffc(%rbp),%eax /* b */
jle .Lmain_400
movl -0x1000(%rbp),%eax /* a */
movl %eax,-0xff4(%rbp) /* max */
jmp .Lmain_380
.Lmain_400:
movl -0xffc(%rbp),%eax /* b */
movl %eax,-0xff4(%rbp) /* max */
.Lmain_380:
movl -0xff4(%rbp),%eax /* max */
cmpl -0xff8(%rbp),%eax /* c */
jle .Lmain_370
nop
jmp .Lmain_360
.Lmain_370:
movl -0xff8(%rbp),%eax /* c */
movl %eax,-0xff4(%rbp) /* max */
.Lmain_360:
leaq .LC2(%rip),%rdi
movl $0,%eax
call printf
movl -0xff4(%rbp),%esi
leaq .LC0(%rip),%rdi
movl $0,%eax
call printf
leaq .LC1(%rip),%rdi
movl $0,%eax
call printf
movl $0,%eax
leave
ret
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fengxueygr/asm_fragment.git
git@gitee.com:fengxueygr/asm_fragment.git
fengxueygr
asm_fragment
asm_fragment
master

搜索帮助